OAR

RTEMS 4.0.0 On-Line Library


pthread_mutex_unlock

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.4.14: pthread_mutex_unlock

CALLING SEQUENCE:

#include <pthread.h>

int pthread_mutex_unlock(
  pthread_mutex_t           *mutex
);

STATUS CODES:

EINVAL
The specified mutex is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation