Searched refs:startTime_ (Results 1 – 3 of 3) sorted by relevance
61 startTime_ = ConcurrentHelper::GetMilliseconds(); in NotifyTaskRunning()151 std::atomic<uint64_t> startTime_ = 0; variable
237 startTime_ = ConcurrentHelper::GetMilliseconds(); in NotifyTaskFinished()335 uint64_t duration = ConcurrentHelper::GetMilliseconds() - worker->startTime_; in PerformTask()
160 duration = ConcurrentHelper::GetMilliseconds() - worker->startTime_; in GetTaskInfos()217 if (now - worker->startTime_ >= threshold) { in CheckForBlockedWorkers()