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

/system/core/include/utils/
H A DCondition.h70 broadcast();
74 void broadcast();
137 inline void Condition::broadcast() { function in class:android::Condition
/system/core/libutils/
H A DThreads.cpp446 * calling signal() and broadcast(), whereas POSIX only requires grabbing
461 // An auto-reset event used by the broadcast/signal thread to wait
467 // lock the external mutex before calling signal() and broadcast().
504 // Check to see if we're the last waiter after a broadcast.
512 // If we're the last waiter thread during this particular broadcast
513 // then signal broadcast() that we're all awake. It'll drop the
550 // used so we don't have to lock external mutex on signal/broadcast
595 // broadcast().
618 void Condition::broadcast()
783 // awoken by broadcast, bu
[all...]

Completed in 2468 milliseconds