Searched refs:Wake (Results 1 - 24 of 24) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Dcondition_variable_wrapper.h26 // some other thread calls Wake() or WakeAll().
34 virtual void Wake() = 0;
/external/webrtc/webrtc/system_wrappers/source/
H A Drw_lock_generic.cc50 write_condition_->Wake();
73 write_condition_->Wake();
H A Dcondition_variable_event_win.h27 void Wake();
H A Dcondition_variable_posix.h29 void Wake() override;
H A Dcondition_variable_native_win.h41 void Wake();
H A Dcondition_variable_unittest.cc91 cond_var_->Wake();
98 cond_var_->Wake();
H A Dcondition_variable_native_win.cc96 void ConditionVariableNativeWin::Wake() { function in class:webrtc::ConditionVariableNativeWin
H A Dlogging_unittest.cc34 cv_->Wake();
H A Dcondition_variable_event_win.cc168 void ConditionVariableEventWin::Wake() { function in class:webrtc::ConditionVariableEventWin
H A Dcondition_variable_posix.cc124 void ConditionVariablePosix::Wake() { function in class:webrtc::ConditionVariablePosix
/external/v8/src/
H A Dfutex-emulation.h85 // Pass to Wake() to wake all waiters.
90 // |Wake|, or when the time given in |rel_timeout_ms| elapses. Note that
97 // Wake |num_waiters_to_wake| threads that are waiting on the given |addr|.
101 static Object* Wake(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
H A Dfutex-emulation.cc191 Object* FutexEmulation::Wake(Isolate* isolate, function in class:v8::internal::FutexEmulation
/external/webrtc/webrtc/base/
H A Dtask.h44 // then you Wake() it. Don't tell it to process it right away. If it
120 void Wake();
H A Dtask.cc159 // 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() { function in class:rtc::Task
179 Wake();
H A Dtaskrunner.cc133 next_timeout_task_->Wake();
H A Dtask_unittest.cc198 happy_[j].task_->Wake();
342 // Test for aborting a task to verify that it does the Wake operation
/external/webrtc/webrtc/libjingle/xmpp/
H A Dpingtask.cc77 // Wake ourselves up when it's time to send another ping or when the ping
89 Wake();
H A Djingleinfotask.cc53 // Wake ourselves so we can go into the done state
55 Wake();
H A Dxmpptask.cc79 Wake();
H A Dxmppclient.cc224 Wake();
385 client_->Wake();
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_posix.cc244 _closeBlockingCompletedCond->Wake();
259 _readyForDeletionCond->Wake();
H A Dudp_socket2_win.cc1284 _ptrDeleteCond->Wake();
1307 _ptrDeleteCond->Wake();
/external/v8/src/runtime/
H A Druntime-futex.cc56 return FutexEmulation::Wake(isolate, array_buffer, addr, count);
/external/mdnsresponder/mDNSCore/
H A DmDNS.c4770 #pragma mark - Power Management (Sleep/Wake)
5381 mDNSs32 t = nat->ExpiryTime - (nat->ExpiryTime - now) / 10; // Wake up when 90% of the way to the expiry time
5383 LogSPS("ComputeWakeTime: %p %s Int %5d Ext %5d Err %d Retry %5d Interval %5d Expire %5d Wake %5d",
5397 mDNSs32 t = ar->expire - (ar->expire - now) / 10; // Wake up when 90% of the way to the expiry time
5399 LogSPS("ComputeWakeTime: %p Int %7d Next %7d Expire %7d Wake %7d %s",

Completed in 460 milliseconds