Multithreaded Programming Guide

cond_destroy(3T)

#include <thread.h>

int cond_destroy(cond_t *cv);

Use cond_destroy() to destroy state associated with the condition variable pointed to by cv. The space for storing the condition variable is not freed.