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

  /external/webrtc/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() {
  /system/core/libbacktrace/
ThreadEntry.cpp 119 void ThreadEntry::Wake() {
  /external/v8/src/
futex-emulation.cc 141 // notification will wake up the condition variable. node->waiting() will
191 Object* FutexEmulation::Wake(Isolate* isolate,
232 // Wake |num_waiters_to_wake|
  /external/webrtc/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

Completed in 221 milliseconds