Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp29 constexpr uint64_t ALLOW_TIME_ACC_ERROR_US = 500; variable
140 we_->tp = GetDelayedTimeStamp(ALLOW_TIME_ACC_ERROR_US); in SendDelayedWorker()
166 …artThreshold = oldestStartedTime - std::chrono::microseconds(timeoutUs_ - ALLOW_TIME_ACC_ERROR_US); in CheckQueuesStatus()