Searched refs:oldestStartedTime (Results 1 – 1 of 1) sorted by relevance
165 TimePoint oldestStartedTime = std::chrono::steady_clock::now(); in CheckQueuesStatus() local166 …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()