HomeSort by relevance Sort by last modified time
    Searched refs:Wake (Results 1 - 13 of 13) 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_posix.cc 142 void ConditionVariablePosix::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 539 milliseconds