RTEMS Logo

RTEMS 4.10.2 On-Line Library


Mutex Manager pthread_mutexattr_getpshared - Get the Visibility

PREV UP NEXT Bookshelf 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:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation