RTEMS 4.9.1 On-Line Library
Mutex Manager pthread_mutex_unlock - Unlock a Mutex
RTEMS POSIX API User's Guide
10.4.14: pthread_mutex_unlock - Unlock a Mutex
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_mutex_unlock(
pthread_mutex_t *mutex
);
STATUS CODES:
- EINVAL
-
The specified mutex is invalid.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-2008 OAR Corporation