Searched defs:TimedWait (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/synchronization/
H A Dcondition_variable_posix.cc76 void ConditionVariable::TimedWait(const TimeDelta& max_time) { function in class:base::ConditionVariable
H A Dwaitable_event_posix.cc132 // During a TimedWait, we need a way to make sure that an auto-reset
156 bool result = TimedWait(TimeDelta::FromSeconds(-1));
157 DCHECK(result) << "TimedWait() should never fail with infinite timeout";
160 bool WaitableEvent::TimedWait(const TimeDelta& max_time) { function in class:base::WaitableEvent
214 sw.cv()->TimedWait(max_wait);
300 // behaviour of |Wait| and |TimedWait|.

Completed in 151 milliseconds