start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

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

cond_signal

cond_signal 

var

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


Previous: Reference: cond_broadcast Perl in a Nutshell Next: Reference: cond_wait
Reference: cond_broadcast Book Index Reference: cond_wait