RTEMS Logo

RTEMS 4.10.2 On-Line Library


Mutex Manager pthread_mutexattr_init - Initialize a Mutex Attribute Set

PREV UP NEXT Bookshelf 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.

NOTES:

XXX insert list of default attributes here.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation