Home
last modified time | relevance | path

Searched refs:WAKEALL_1 (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dcondition_variable_event_win.cc101 events_[WAKEALL_1] = CreateEvent(NULL, // no security attributes in ConditionVariableEventWin()
114 CloseHandle(events_[WAKEALL_1]); in ~ConditionVariableEventWin()
131 (WAKEALL_0 == eventID_) ? WAKEALL_1 : WAKEALL_0; in SleepCS()
171 (num_waiters_[WAKEALL_1] > 0); in Wake()
183 eventID_ = (WAKEALL_0 == eventID_) ? WAKEALL_1 : WAKEALL_0; in WakeAll()
Dcondition_variable_event_win.h33 WAKEALL_1 = 1, enumerator