Frees a thread attribute object.
#include <pthread.h>
int pthread_attr_destroy (
pthread_attr_t *attr);
(IN) Points to the attribute object to destroy.
If successful, returns zero; otherwise returns a nonzero error code: