Searched refs:WaitFor (Results 1 – 9 of 9) sorted by relevance
38 bool Semaphore::WaitFor(const TimeDelta& rel_time) { in WaitFor() function in v8::base::Semaphore82 bool Semaphore::WaitFor(const TimeDelta& rel_time) {138 bool Semaphore::WaitFor(const TimeDelta& rel_time) {172 bool Semaphore::WaitFor(const TimeDelta& rel_time) {
85 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { in WaitFor() function in v8::base::ConditionVariable150 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {192 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) {
66 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
56 bool WaitFor(const TimeDelta& rel_time) V8_WARN_UNUSED_RESULT;
76 bool notified = queues_condition_var_.WaitFor(&lock_, wait_delta); in GetNext()
178 bool woken_up = event_loop_control_.WaitFor( in WaitForTaskLocked()
145 if (semaphore_.WaitFor(base::TimeDelta::FromMilliseconds(500))) { in Suspend()
302 running_cond_.WaitFor(&running_mutex_, nextSampleTime - now)) { in Run()
485 node->cond_.WaitFor(g_mutex.Pointer(), time_until_timeout); in WaitSync()