RTEMS 4.7.0 On-Line Library
Mutex Manager pthread_mutex_destroy - Destroy a Mutex
 
 
RTEMS POSIX API User's Guide 
10.4.10: pthread_mutex_destroy - Destroy a Mutex
CALLING SEQUENCE:
- 
#include <pthread.h>
int pthread_mutex_destroy(
  pthread_mutex_t *mutex
);
 
STATUS CODES:
- EINVAL
 - 
The specified mutex is invalid.
 - EBUSY
 - 
Attempted to destroy the object reference by mutex, while it is locked or
referenced by another thread.
 
DESCRIPTION:
NOTES:
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation