![]()  | 
![]()  | 
![]()  | 
![]()  | 
Destroy a condition-variable attribute object
#include <pthread.h>
int pthread_condattr_destroy(
                        pthread_condattr_t* attr );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The pthread_condattr_destroy() function destroys the condition variable attribute object attr. Once you've destroyed the condition-variable attribute object, don't reuse it until you've reinitialized it by calling pthread_condattr_init().
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes | 
pthread_condattr_init(), pthread_cond_init()
![]()  | 
![]()  | 
![]()  | 
![]()  |