Destroy mutex attribute object
#include <pthread.h>
int pthread_mutexattr_destroy(
            pthread_mutexattr_t* attr );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The pthread_mutexattr_destroy() function destroys the mutex attribute object attr.
| Safety: | |
|---|---|
| Cancellation point | No | 
| Interrupt handler | No | 
| Signal handler | Yes | 
| Thread | Yes |