Searched refs:broadcast (Results 1 - 5 of 5) sorted by relevance

/system/core/include/utils/
H A DCondition.h77 broadcast();
81 void broadcast();
153 inline void Condition::broadcast() { function in class:android::Condition
/system/core/libutils/include/utils/
H A DCondition.h77 broadcast();
81 void broadcast();
153 inline void Condition::broadcast() { function in class:android::Condition
/system/core/libutils/
H A DThreads.cpp423 * calling signal() and broadcast(), whereas POSIX only requires grabbing
438 // An auto-reset event used by the broadcast/signal thread to wait
444 // lock the external mutex before calling signal() and broadcast().
481 // Check to see if we're the last waiter after a broadcast.
489 // If we're the last waiter thread during this particular broadcast
490 // then signal broadcast() that we're all awake. It'll drop the
527 // used so we don't have to lock external mutex on signal/broadcast
572 // broadcast().
595 void Condition::broadcast()
760 // awoken by broadcast, bu
[all...]
/system/extras/tests/workloads/
H A Dpwrtest.sh220 adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state $mode
/system/bt/btif/src/
H A Dbtif_pan.cc554 int broadcast = eth_hdr->h_dest[0] & 1; local
560 (broadcast ||

Completed in 192 milliseconds