RTEMS 4.7.0 On-Line Library
Mutex Manager pthread_mutexattr_setpshared - Set the Visibility
 
 
RTEMS POSIX API User's Guide 
10.4.7: pthread_mutexattr_setpshared - Set the Visibility
CALLING SEQUENCE:
- 
#include <pthread.h>
int pthread_mutexattr_setpshared(
  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 argument is invalid.
 
DESCRIPTION:
NOTES:
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation