RTEMS Logo

RTEMS 4.6.1 On-Line Library


Condition Variable Manager pthread_condattr_setpshared - Set Process Shared Attribute

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

11.4.3: pthread_condattr_setpshared - Set Process Shared Attribute

CALLING SEQUENCE:

#include <pthread.h>

int pthread_condattr_setpshared(
  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-2004 OAR Corporation