HomeSort by relevance Sort by last modified time
    Searched full:waiting_event (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/
condition_variable_win.cc 53 Event* waiting_event; local
58 waiting_event = GetEventForWaiting();
59 handle = waiting_event->handle();
68 RecycleEvent(waiting_event);
315 WaitForSingleObject(waiting_event, max_time.InMilliseconds());
318 leaving the waiting_event reset (unsignaled) and still in the
325 d) The Signal() method (step c) calls SetEvent() on waiting_event (step b).
330 f) When that waiting_event (step b) is reused, it will immediately
435 waiting_event must be selected prior to the WaitForSingleObject(), and then it

Completed in 26 milliseconds