RTEMS Logo

RTEMS 4.10.2 On-Line Library


Condition Variable Manager pthread_condattr_getpshared - Get Process Shared Attribute

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

11.4.4: pthread_condattr_getpshared - Get Process Shared Attribute

CALLING SEQUENCE:

#include <pthread.h>

int pthread_condattr_getpshared(
  const pthread_condattr_t *attr,
  int                      *pshared
);

STATUS CODES:

EINVAL
Invalid argument passed.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation