OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Broadcast
(Results
1 - 4
of
4
) sorted by null
/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/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,
/external/quake/quake/src/WinQuake/
net.h
169
int (*
Broadcast
) (int socket, byte *buf, int len);
Completed in 70 milliseconds