Searched defs:WaitFor (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/base/platform/ | ||
D | semaphore.cc | 38 bool Semaphore::WaitFor(const TimeDelta& rel_time) { in WaitFor() function in v8::base::Semaphore |
D | condition-variable.cc | 85 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { in WaitFor() function in v8::base::ConditionVariable |