HomeSort by relevance Sort by last modified time
    Searched refs:_events (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 86 _events[WAKEALL_0] = NULL;
87 _events[WAKEALL_1] = NULL;
88 _events[WAKE] = NULL;
95 _events[WAKEALL_0] = CreateEvent(NULL, // no security attributes
100 _events[WAKEALL_1] = CreateEvent(NULL, // no security attributes
105 _events[WAKE] = CreateEvent(NULL, // no security attributes
116 CloseHandle(_events[WAKE]);
117 CloseHandle(_events[WAKEALL_1]);
118 CloseHandle(_events[WAKEALL_0]);
153 events[0] = _events[WAKE]
    [all...]
condition_variable_win.h 63 HANDLE _events[EVENT_COUNT]; member in class:webrtc::ConditionVariableWindows
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 2012 private final ConcurrentMap<String, ServiceEvent> _events; field in class:JmDNSImpl.ServiceCollector
    [all...]

Completed in 336 milliseconds