cond_broadcast

cond_broadcast 

var

Like cond_wait , but unblocks all threads blocked in a cond_wait on the locked variable, not just one thread.


Previous: Reference: async Perl in a Nutshell Next: Reference: cond_signal
Reference: async Book Index Reference: cond_signal

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.