Home
last modified time | relevance | path

Searched refs:oldestStartedTime (Results 1 - 1 of 1) sorted by relevance

/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp182 TimePoint oldestStartedTime = std::chrono::steady_clock::now(); in CheckQueuesStatus() local
183 TimePoint startThreshold = oldestStartedTime - std::chrono::microseconds(timeoutUs_ - ALLOW_TIME_ACC_ERROR_US); in CheckQueuesStatus()
186 TimePoint taskTimestamp = oldestStartedTime; in CheckQueuesStatus()
244 if (taskTimestamp < oldestStartedTime) { in CheckQueuesStatus()
245 oldestStartedTime = taskTimestamp; in CheckQueuesStatus()
249 SendDelayedWorker(oldestStartedTime + std::chrono::microseconds(timeoutUs_)); in CheckQueuesStatus()

Completed in 1 milliseconds