Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_monitor.cpp165 TimePoint oldestStartedTime = std::chrono::steady_clock::now(); in CheckQueuesStatus() local
166 …TimePoint startThreshold = oldestStartedTime - std::chrono::microseconds(timeoutUs_ - ALLOW_TIME_A… in CheckQueuesStatus()
169 TimePoint taskTimestamp = oldestStartedTime; in CheckQueuesStatus()
212 if (taskTimestamp < oldestStartedTime) { in CheckQueuesStatus()
213 oldestStartedTime = taskTimestamp; in CheckQueuesStatus()
217 SendDelayedWorker(oldestStartedTime + std::chrono::microseconds(timeoutUs_)); in CheckQueuesStatus()