cbroadcast(3) - Linux man page
Name
cBroadcast - broadcast signal to all waiting threads.Synopsis
#include <util/ulocks.h> NEOERR *cBroadcast(pthread_cond_t *cond);
Arguments
cond - condition variable to broadcast on.Description
Broadcasts a signal to all threads waiting on condition variable <cond>.MT-Level: Safe.