Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/
Ddefault-foreground-task-runner.cc176 double time_until_task = entry.timeout_time - now; in WaitForTaskLocked() local
177 if (time_until_task > 0) { in WaitForTaskLocked()
181 time_until_task * base::TimeConstants::kMicrosecondsPerSecond)); in WaitForTaskLocked()