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

  /external/chromium/base/synchronization/
condition_variable.h 34 // USAGE NOTE 2: Broadcast() frees up all waiting threads at once,
42 // Broadcast() can be used nicely during teardown, as it gets the job
46 // The semantics of Broadcast() are carefully crafted so that *all*
52 // that all threads get signaled by Broadcast().
97 // Broadcast() revives all waiting threads.
98 void Broadcast();
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...]
condition_variable_unittest.cc 297 queue.work_is_available()->Broadcast(); // Make them all try.
318 queue.work_is_available()->Broadcast(); // Signal all threads.
352 // Same as last test, but with Broadcast().
358 queue.work_is_available()->Broadcast();
373 queue.work_is_available()->Broadcast(); // Force check for shutdown.
412 queue.work_is_available()->Broadcast(); // Start up all threads.
424 // With Broadcast(), every thread should have participated.
437 queue.SetAllowHelp(true); // Might outperform Broadcast().
463 queue.work_is_available()->Broadcast(); // Force check for shutdown.
506 work_is_available_.Broadcast(); // Tell them all to terminate
    [all...]
waitable_event_posix.cc 100 cv_.Broadcast();
  /external/chromium/base/threading/
worker_pool_posix.cc 120 tasks_available_cv_.Broadcast();
  /external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc 94 state_changed_.Broadcast();
105 state_changed_.Broadcast();
147 // Broadcast to indicate we have checked responsiveness of the thread that
149 state_changed_.Broadcast();
  /external/libpcap/
fad-win32.c 195 (struct sockaddr *)&if_addrs[if_addr_size].Broadcast,
  /external/ppp/pppd/plugins/radius/etc/
dictionary 151 VALUE Framed-Routing Broadcast 1
153 VALUE Framed-Routing Broadcast-Listen 3
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 21 // 0. Assume Bob is the name of the class from which you want to broadcast
33 // 4. To broadcast events, call bob->event_channel()->NotifyListeners(event).
85 condvar_.Broadcast();
event_sys_unittest.cc 216 remove_event_.Broadcast();
  /external/chromium/net/base/
listen_socket_unittest.cc 82 cv_.Broadcast();
  /external/quake/quake/src/WinQuake/
net.h 169 int (*Broadcast) (int socket, byte *buf, int len);
net_dgrm.cpp 1125 dfunc.Broadcast(dfunc.controlSock, net_message.data, net_message.cursize);
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 239 m_condition.Broadcast();
WebUrlLoaderClient.cpp 353 syncCondition()->Broadcast();
  /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,
ip-cref.tex 285 \item \verb|broadcast LLADDRESS|, \verb|brd LLADDRESS| or \verb|peer LLADDRESS|
287 --- change the link layer broadcast address or the peer address when
293 broadcast address will break networking.
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
359 2: dummy: <BROADCAST,NOARP> mtu 1500 qdisc noop
402 \item \verb|BROADCAST| --- the device has the facility to send packets
409 If neither \verb|LOOPBACK| nor \verb|BROADCAST| nor \verb|POINTOPOINT|
410 are set, the interface is assumed to be NMBA (Non-Broadcast Multi-Access).
421 \verb|BROADCAST| link is multicasting by definition, because we have
424 on broadcast-only links because of high expense, but it is not strictl
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 671 milliseconds