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

1 2

  /external/chromium_org/third_party/webrtc/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/interface/
condition_variable_wrapper.h 26 // some other thread calls Wake() or WakeAll().
34 virtual void Wake() = 0;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_event_win.h 27 void Wake();
34 WAKE = 2,
condition_variable_posix.h 29 virtual void Wake() OVERRIDE;
rw_lock_generic.cc 50 write_condition_->Wake();
73 write_condition_->Wake();
condition_variable_native_win.h 41 void Wake();
condition_variable_unittest.cc 88 cond_var_->Wake();
95 cond_var_->Wake();
154 // We have to wake the thread in order to make it obey the stop order.
condition_variable_native_win.cc 96 void ConditionVariableNativeWin::Wake() {
logging_unittest.cc 34 cv_->Wake();
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() {
  /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()
  /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();
  /external/chromium_org/third_party/webrtc/base/
task.h 44 // then you Wake() it. Don't tell it to process it right away. If it
120 void Wake();
134 // Called inside to advise that the task should wake and signal an error
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
  /system/core/libbacktrace/
BacktraceThread.h 43 void Wake();
BacktraceThread.cpp 129 void ThreadEntry::Wake() {
158 entry->Wake();
224 entry->Wake();
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_socket_posix.cc 251 _closeBlockingCompletedCond->Wake();
266 _readyForDeletionCond->Wake();

Completed in 231 milliseconds

1 2