Signals object & wakes all threads waiting. If this is an autoreset object, object is reset after at least one thread is woken ie; if no threads are waiting when wakeAll() is called, object will remain signalled until one thread has tried to wait whereupon it will be permitted to continue - however subsequent waits will block.
|