OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKEALL_0
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
condition_variable_win.cc
42
: _eventID(
WAKEALL_0
)
86
_events[
WAKEALL_0
] = NULL;
95
_events[
WAKEALL_0
] = CreateEvent(NULL, // no security attributes
118
CloseHandle(_events[
WAKEALL_0
]);
146
const EventWakeUpType eventID = (
WAKEALL_0
== _eventID) ?
147
WAKEALL_1 :
WAKEALL_0
;
191
const bool haveWaiters = (_numWaiters[
WAKEALL_0
] > 0) ||
212
_eventID = (
WAKEALL_0
== _eventID) ? WAKEALL_1 :
WAKEALL_0
;
condition_variable_win.h
49
WAKEALL_0
= 0,
Completed in 1428 milliseconds