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

1 2

  /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_org/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();
240 // 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();
task_unittest.cc 216 happy_[j].task_->Wake();
360 // Test for aborting a task to verify that it does the Wake operation
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pingtask.cc 70 // Wake ourselves up when it's time to send another ping or when the ping
82 Wake();
jingleinfotask.cc 70 // Wake ourselves so we can go into the done state
72 Wake();
xmpptask.cc 96 Wake();
xmppclient.cc 240 Wake();
401 client_->Wake();
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 95 Wake();
xmppclient.cc 208 Wake();
360 client_->Wake();
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
rostertask.cc 212 // Wake ourselves so we can go into the done state
214 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...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 406 // number of FDs registered (discounting the internal pipe used for Wake)
410 // Force the epoll server to wake up (by writing to an internal pipe).
411 virtual void Wake();
    [all...]

Completed in 520 milliseconds

1 2