OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WAKEALL_1
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/system_wrappers/source/
condition_variable_win.cc
87
_events[
WAKEALL_1
] = NULL;
100
_events[
WAKEALL_1
] = CreateEvent(NULL, // no security attributes
117
CloseHandle(_events[
WAKEALL_1
]);
147
WAKEALL_1
: WAKEALL_0;
192
(_numWaiters[
WAKEALL_1
] > 0);
212
_eventID = (WAKEALL_0 == _eventID) ?
WAKEALL_1
: WAKEALL_0;
condition_variable_win.h
50
WAKEALL_1
= 1,
Completed in 41 milliseconds