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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_event_win.cc 81 * 3) Introduction of a second event for wake all functionality. This prevents
106 events_[WAKE] = CreateEvent(NULL, // no security attributes
113 CloseHandle(events_[WAKE]);
140 events[0] = events_[WAKE];
168 void ConditionVariableEventWin::Wake() {
175 SetEvent(events_[WAKE]);
condition_variable_posix.cc 124 void ConditionVariablePosix::Wake() {
condition_variable_native_win.cc 96 void ConditionVariableNativeWin::Wake() {
  /external/chromium_org/third_party/webrtc/base/
task.cc 103 Abort(true); // no need to wake because we're awake
159 // Don't call Wake() because it is a no-op after "done_" is set.
160 // Even if Wake() did run, it clears "blocked_" which isn't desireable.
166 void Task::Wake() {
179 Wake();
223 // No need to wake because we're either awake or in abort
  /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]);
  /system/core/libbacktrace/
BacktraceThread.cpp 129 void ThreadEntry::Wake() {
158 entry->Wake();
224 entry->Wake();
  /external/chromium_org/net/tools/epoll_server/
epoll_server.cc 393 // timeout (timeout_in_us_ == -1), wake up when the alarm should fire.
489 void EpollServer::Wake() {

Completed in 1539 milliseconds