cnd_destroy(3) Library Functions Manual cnd_destroy(3) NAME cnd_destroy – destroy a condition variable SYNOPSIS library “threads” #include int cnd_destroy(cnd_t *cnd); DESCRIPTION The function cnd_destroy() destroys the given condition variable cnd. RETURN VALUES Upon success cnd_destroy() returns thrd_success, otherwise thrd_error will be returned. SEE ALSO cnd_init(3) cnd_broadcast(3) cnd_signal(3) cnd_timedwait(3) cnd_wait(3) HISTORY The cnd_destroy() function first appeared in the C11 standard ISO/IEC 9899:2011. AUTHORS Jan Adelsbach Debian May 9, 2020 Debian