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

  /system/core/libbacktrace/
ThreadEntry.cpp 119 void ThreadEntry::Wake() {
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 142 void ConditionVariablePosix::Wake()
condition_variable_win.cc 13 * 3) Introduction of a second event for wake all functionality. This prevents
88 _events[WAKE] = NULL;
105 _events[WAKE] = CreateEvent(NULL, // no security attributes
116 CloseHandle(_events[WAKE]);
153 events[0] = _events[WAKE];
183 ConditionVariableWindows::Wake()
197 SetEvent(_events[WAKE]);

Completed in 1745 milliseconds