OAR

RTEMS 4.0.0 On-Line Library


pthread_mutexattr_setpshared

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.4.7: pthread_mutexattr_setpshared

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:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation