cond_signal var
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.
cond_wait
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]