Searched defs:Broadcast (Results 1 - 5 of 5) sorted by relevance

/external/chromium/base/synchronization/
H A Dcondition_variable_posix.cc67 void ConditionVariable::Broadcast() { function in class:base::ConditionVariable
H A Dcondition_variable_win.cc38 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() { function in class:base::ConditionVariable
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()
[all...]
/external/iproute2/doc/
H A Dip-tunnels.tex191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
386 \section{Broadcast GRE ``tunnels''.}
/external/quake/quake/src/WinQuake/
H A Dnet.h169 int (*Broadcast) (int socket, byte *buf, int len); member in struct:__anon12620
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5368 SDValue Broadcast = LowerVectorBroadcast(Op, DAG); local
5369 if (Broadcast.getNode())
5370 return Broadcast;
6737 SDValue Broadcast = LowerVectorBroadcast(Op, DAG); local
6738 if (Broadcast.getNode())
6739 return Broadcast;

Completed in 418 milliseconds