Home | History | Annotate | Download | only in threads

Lines Matching refs:broadcast

29 #      .signal or .broadcast on the same condition, and release the
39 # .broadcast()
45 # Note that if a thread does a .wait *while* a signal/broadcast is
47 # signal/broadcast.
49 # Secret feature: `broadcast' actually takes an integer argument,
113 # condition.signal() # or .broadcast()
335 self.broadcast(1)
337 def broadcast(self, num = -1):
339 raise ValueError, '.broadcast called with num %r' % (num,)
371 full.broadcast()
382 self.posted.broadcast()
473 self.readOK.broadcast()
485 self.readOK.broadcast()