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/
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) {
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) {
192 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
Dcondition-variable.h66 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
Dsemaphore.h56 bool WaitFor(const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
/third_party/node/deps/v8/src/libplatform/
Ddelayed-task-queue.cc76 bool notified = queues_condition_var_.WaitFor(&lock_, wait_delta); in GetNext()
Ddefault-foreground-task-runner.cc178 bool woken_up = event_loop_control_.WaitFor( in WaitForTaskLocked()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dtarget.cc145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend()
/third_party/node/deps/v8/src/profiler/
Dcpu-profiler.cc302 running_cond_.WaitFor(&running_mutex_, nextSampleTime - now)) { in Run()
/third_party/node/deps/v8/src/execution/
Dfutex-emulation.cc485 node->cond_.WaitFor(g_mutex.Pointer(), time_until_timeout); in WaitSync()