#include <pthread.h>
int pthread_attr_destroy (pthread_attr_t *attr);
int pthread_attr_destroy
The pthread_attr_destroy function destroys the given thread attribute object.
The pthread_attr_destroy function returns 0.
None