Mutex Manager pthread_mutexattr_init - Initialize a Mutex Attribute Set
RTEMS POSIX API User's Guide
10.4.1: pthread_mutexattr_init - Initialize a Mutex Attribute Set
CALLING SEQUENCE:
#include <pthread.h>
int pthread_mutexattr_init(
pthread_mutexattr_t *attr
);
STATUS CODES:
EINVAL
The attribute pointer argument is invalid.
DESCRIPTION:
The pthread_mutexattr_init routine initializes the mutex attributes
object specified by attr with the default value for all of the
individual attributes.