csignal(3) - Linux man page
Name
cSignal - send signal to one waiting thread.Synopsis
#include <util/ulocks.h> NEOERR *cSignal(pthread_cond_t *cond);
Arguments
cond - condition variable to send signal on.Description
Sends a signal to one thread waiting on condition variable <cond>.MT-Level: Safe.