Home
last modified time | relevance | path

Searched refs:WaitFor (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.cc38 bool Semaphore::WaitFor(const TimeDelta& rel_time) { in WaitFor() function in v8::base::Semaphore
82 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
138 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
172 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
H A Dcondition-variable.cc85 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { in WaitFor() function in v8::base::ConditionVariable
150 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
161 // WaitFor* family of functions as a direct return value. ERROR_TIMEOUT is
192 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
H A Dcondition-variable.h32 // on a Mutex first. The |Wait()| and |WaitFor()| operations atomically release
64 // is reacquired and |WaitFor()| exits. Returns true if the condition variable
66 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
H A Dsemaphore.h56 bool WaitFor(const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
/third_party/node/deps/v8/src/libplatform/
H A Ddelayed-task-queue.cc73 // WaitFor unfortunately doesn't care about our fake time and will wait in GetNext()
76 bool notified = queues_condition_var_.WaitFor(&lock_, wait_delta); in GetNext()
H A Ddefault-foreground-task-runner.cc178 bool woken_up = event_loop_control_.WaitFor( in WaitForTaskLocked()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend()
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc302 running_cond_.WaitFor(&running_mutex_, nextSampleTime - now)) { in Run()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc443 // 3) After the mutex is released in the call to WaitFor(): this in WaitSync()
485 node->cond_.WaitFor(g_mutex.Pointer(), time_until_timeout); in WaitSync()

Completed in 7 milliseconds