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

  /external/webrtc/src/system_wrappers/interface/
condition_variable_wrapper.h 26 // some other thread calls Wake() or WakeAll().
34 virtual void Wake() = 0;
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.h 27 void Wake();
rw_lock_generic.cc 67 _writeCondPtr->Wake();
102 _writeCondPtr->Wake();
condition_variable_win.h 43 void Wake();
51 WAKE = 2,
rw_lock_win.cc 136 _writeCondPtr->Wake();
181 _writeCondPtr->Wake();
condition_variable_unittest.cc 97 cond_var_->Wake();
105 cond_var_->Wake();
170 // We have to wake the thread in order to make it obey the stop order.
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]);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
voicemailjidrequester.cc 71 Wake();
81 Wake();
92 Wake();
  /external/chromium/third_party/libjingle/source/talk/base/
task.h 61 // then you Wake() it. Don't tell it to process it right away. If it
137 void Wake();
151 // Called inside to advise that the task should wake and signal an error
task.cc 120 Abort(true); // no need to wake because we're awake
176 // Don't call Wake() because it is a no-op after "done_" is set.
177 // Even if Wake() did run, it clears "blocked_" which isn't desireable.
183 void Task::Wake() {
196 Wake();
247 // No need to wake because we're either awake or in abort
taskrunner.cc 140 // If it has, wake it up, then queue up the next task in line
150 next_timeout_task_->Wake();
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 95 Wake();
xmppclient.cc 208 Wake();
360 client_->Wake();
  /external/chromium/net/tools/flip_server/
epoll_server.h 407 // number of FDs registered (discounting the internal pipe used for Wake)
411 // Force the epoll server to wake up (by writing to an internal pipe).
412 virtual void Wake();
    [all...]
epoll_server.cc 393 // timeout (timeout_in_us_ == -1), wake up when the alarm should fire.
489 void EpollServer::Wake() {
  /external/mdnsresponder/mDNSCore/
mDNS.c 578 // and then if the machine fails to wake, 3 goodbye packets).
10352 mDNSBool wake = mDNSfalse; local
    [all...]

Completed in 316 milliseconds