Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/libplatform/
Ddefault-foreground-task-runner.cc44 event_loop_control_.NotifyOne(); in PostTaskLocked()
63 event_loop_control_.NotifyOne(); in PostDelayedTaskLocked()
178 bool woken_up = event_loop_control_.WaitFor( in WaitForTaskLocked()
185 event_loop_control_.Wait(&lock_); in WaitForTaskLocked()
Ddefault-foreground-task-runner.h92 base::ConditionVariable event_loop_control_; in NON_EXPORTED_BASE() local