Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: cond_broadcastChapter 8
Standard Modules
Next: Reference: cond_wait
 

cond_signal

cond_signal var

Takes the locked variable var and unblocks one thread that's cond_waiting on that variable. If multiple threads are so blocked, the one that will be unblocked can't be determined.


Previous: Reference: cond_broadcastPerl in a NutshellNext: Reference: cond_wait
Reference: cond_broadcastBook IndexReference: cond_wait