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

  /external/libchrome/base/synchronization/
condition_variable_posix.cc 127 void ConditionVariable::Broadcast() {
  /external/dng_sdk/source/
dng_mutex.cpp 376 void dng_condition::Broadcast ()
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 79 locker_.Broadcast();
119 locker_.Broadcast();
140 void Broadcast() { pthread_cond_broadcast(&condition_); }
  /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 787 void ConditionVariable::Broadcast(Thread* self) {
794 sequence_++; // Indicate the broadcast occurred.
904 // A signal or ConditionVariable::Signal/Broadcast has come in.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 84 NDR64_UINT16 Broadcast : 1;
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 508 /* Broadcast factor.
509 0: No broadcast.
510 1: 1to16 broadcast.
511 2: 1to8 broadcast.
518 Broadcast,
599 unsigned int broadcast:3; member in struct:i386_opcode_modifier

Completed in 203 milliseconds