RTEMS Logo

RTEMS 4.10.2 On-Line Library


Mutex Manager pthread_mutexattr_destroy - Destroy a Mutex Attribute Set

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

NOTES:

NONE


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation