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