Extracted from Pike v7.4 release 341 at 2005-11-21.
[Top]
predef::
Thread
Thread.Condition
broadcast()
signal()
wait()
Thread.Condition
Thread.Condition()->signal()
Method Thread.Condition()->broadcast()
Method
broadcast
void
broadcast
(
)
Description
broadcast()
wakes up all threads currently waiting for this condition.
See also
signal()