Searched refs:waiting_event (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_win.cc53 Event* waiting_event; local
58 waiting_event = GetEventForWaiting();
59 handle = waiting_event->handle();
68 RecycleEvent(waiting_event);
314 WaitForSingleObject(waiting_event, max_time.InMilliseconds());
317 leaving the waiting_event reset (unsignaled) and still in the
324 d) The Signal() method (step c) calls SetEvent() on waiting_event (step b).
329 f) When that waiting_event (step b) is reused, it will immediately
434 waiting_event must be selected prior to the WaitForSingleObject(), and then it

Completed in 86 milliseconds