Home
last modified time | relevance | path

Searched refs:MIN_TIMEOUT_THRESHOLD_US (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp30 constexpr uint64_t MIN_TIMEOUT_THRESHOLD_US = 1000; variable
47 if (timeout < MIN_TIMEOUT_THRESHOLD_US) { in QueueMonitor()