Lines Matching full:broadcast
423 * 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, but blocked on mLock until break exits scope
761 self->mThreadExitedCondition.broadcast();