Frees a mutex attribute object.
#include <pthread.h>
int pthread_mutexattr_destroy (
pthread_mutexattr_t *attr);
(IN) Points to the mutex attribute object to destroy.
Returns zero; no error coditions have been defined.
The pthread_mutexattr_destroy function destroys an unused mutex attribute object.