pthread_cond_destroy
int pthread_cond_destroy(pthread_cond_t *);
PROTO_STD_DEPRECATED(pthread_cond_destroy);
pthread_cond_destroy(&b->cond);
pthread_cond_destroy(&b->cond);
error = pthread_cond_destroy(&ctx->c_cv);
if ((error = pthread_cond_destroy(&globalq_cond)) != 0)
if ((error = pthread_cond_destroy(&globalmsgq_cond)) != 0)