OAR

RTEMS 4.0.0 On-Line Library


pthread_mutexattr_getpshared

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

3.4.8: pthread_mutexattr_getpshared

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:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation