OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waiting_event
(Results
1 - 1
of
1
) sorted by null
/external/chromium/base/synchronization/
condition_variable_win.cc
53
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 39 milliseconds