RTEMS 4.7.1 On-Line Library
Mutex Manager pthread_mutexattr_getpshared - Get the Visibility
RTEMS POSIX API User's Guide
10.4.8: pthread_mutexattr_getpshared - Get the Visibility
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_mutexattr_getpshared(
const pthread_mutexattr_t *attr,
int *pshared
);
STATUS CODES:
- EINVAL
-
The attribute pointer argument is invalid.
- EINVAL
-
The attribute set is not initialized.
- EINVAL
-
The pshared pointer argument is invalid.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-2004 OAR Corporation