| 
 | 
 | 
 void cnd_destroy( cnd_t* cond ); 
 | 
   | 
 (since C11)  | 
 | 
 | 
 | 
Destroys the condition variable pointed to by cond.
If there are threads waiting on cond, the behavior is undefined.
[edit] Parameters
|   cond
 | 
 -
 | 
  pointer to the condition variable to destroy
 | 
[edit] Return value
(none)