Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.h61 startTime_ = ConcurrentHelper::GetMilliseconds(); in NotifyTaskRunning()
151 std::atomic<uint64_t> startTime_ = 0; variable
Dworker.cpp237 startTime_ = ConcurrentHelper::GetMilliseconds(); in NotifyTaskFinished()
335 uint64_t duration = ConcurrentHelper::GetMilliseconds() - worker->startTime_; in PerformTask()
Dtask_manager.cpp160 duration = ConcurrentHelper::GetMilliseconds() - worker->startTime_; in GetTaskInfos()
217 if (now - worker->startTime_ >= threshold) { in CheckForBlockedWorkers()