The pthread_attr_destroy function

Name

pthread_attr_destroy -- 

Synopsis

#include <pthread.h>

int pthread_attr_destroy (pthread_attr_t *attr);

Description

The pthread_attr_destroy function destroys the given thread attribute object.

Returns

The pthread_attr_destroy function returns 0.

Implementation Notes

None