HomeSort by relevance Sort by last modified time
    Searched defs:Broadcast (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/renderer/npapi/
plugin_channel_host.h 44 static void Broadcast(IPC::Message* message) {
45 NPChannelBase::Broadcast(message);
  /external/chromium/base/synchronization/
condition_variable_posix.cc 67 void ConditionVariable::Broadcast() {
condition_variable_win.cc 38 Broadcast(); // Make sure all waiting threads have been signaled.
48 // or Broadcast() to come out of this wait state.
73 // Broadcast() is guaranteed to signal all threads that were waiting (i.e., had
74 // a cv_event internally allocated for them) before Broadcast() was called.
75 void ConditionVariable::Broadcast() {
137 // waiting_list_. If it was selected by Broadcast() or Signal(), then it is
288 (especially with regard to Broadcast() and the impact on threads that
289 try to Wait() after a Broadcast() has been called, but before all the
296 WaitForSingleObject(). If a call to Broadcast() was then presented on
309 time-out and a signal via Signal() or Broadcast(). The series o
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 70 void ConditionVariable::Broadcast() {
condition_variable_win.cc 64 virtual void Broadcast() = 0;
79 virtual void Broadcast() OVERRIDE;
115 void WinVistaCondVar::Broadcast() {
134 virtual void Broadcast() OVERRIDE;
230 Broadcast(); // Make sure all waiting threads have been signaled.
240 // or Broadcast() to come out of this wait state.
266 // Broadcast() is guaranteed to signal all threads that were waiting (i.e., had
267 // a cv_event internally allocated for them) before Broadcast() was called.
268 void WinXPCondVar::Broadcast() {
330 // waiting_list_. If it was selected by Broadcast() or Signal(), then it i
    [all...]
  /external/chromium_org/content/child/npapi/
np_channel_base.cc 92 void NPChannelBase::Broadcast(IPC::Message* message) {
  /external/iproute2/doc/
ip-tunnels.tex 191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
386 \section{Broadcast GRE ``tunnels''.}
389 address. Such tunnel becomes {\bf broadcast} tunnel (though word
397 This tunnel is true broadcast network and broadcast packets are
402 broadcast network. If multicast routing does not work, it is unpleasant
403 but not fatal flaw. The tunnel becomes NBMA rather than broadcast network.
424 by historical reasons broadcast mode is not supported by IPIP tunnels,
  /art/runtime/base/
mutex.cc 789 void ConditionVariable::Broadcast(Thread* self) {
796 android_atomic_inc(&sequence_); // Indicate the broadcast occurred.
889 // A signal or ConditionVariable::Signal/Broadcast has come in.
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1632 milliseconds