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