Thread Manager pthread_attr_destroy - Destroy a Thread Attribute Set
RTEMS POSIX API User's Guide
17.4.2: pthread_attr_destroy - Destroy a Thread Attribute Set
CALLING SEQUENCE:
#include <pthread.h>
int pthread_attr_destroy(
pthread_attr_t *attr
);
STATUS CODES:
EINVAL
The attribute pointer argument is invalid.
EINVAL
The attribute set is not initialized.
DESCRIPTION:
The pthread_attr_destroy routine is used to destroy a thread
attributes object. The behavior of using an attributes object after
it is destroyed is implementation dependent.