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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_event_win.cc91 ConditionVariableEventWin::ConditionVariableEventWin() : eventID_(WAKEALL_0) {
96 events_[WAKEALL_0] = CreateEvent(NULL, // no security attributes
115 CloseHandle(events_[WAKEALL_0]);
131 (WAKEALL_0 == eventID_) ? WAKEALL_1 : WAKEALL_0;
170 const bool have_waiters = (num_waiters_[WAKEALL_0] > 0) ||
183 eventID_ = (WAKEALL_0 == eventID_) ? WAKEALL_1 : WAKEALL_0;
H A Dcondition_variable_event_win.h32 WAKEALL_0 = 0, enumerator in enum:webrtc::ConditionVariableEventWin::EventWakeUpType
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_win.cc42 : _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;
H A Dcondition_variable_win.h49 WAKEALL_0 = 0, enumerator in enum:webrtc::ConditionVariableWindows::EventWakeUpType

Completed in 130 milliseconds