Home
last modified time | relevance | path

Searched defs:WaitFor (Results 1 – 2 of 2) 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
Dcondition-variable.cc85 bool ConditionVariable::WaitFor(Mutex* mutex, const TimeDelta& rel_time) { in WaitFor() function in v8::base::ConditionVariable