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.

Return Value

None.

See Also

mcreate(3), fcreate(3), munlock(3), funlock(3), cbroadcast(3), cSignal(3), ffind(3), cdestroy(3), ccreate(3), mdestroy(3), cwait(3), flock(3), fdestroy(3), mLock

Referenced By

mlock(3)