RTEMS Logo

RTEMS 4.10.2 On-Line Library


Condition Variable Manager pthread_condattr_init - Initialize a Condition Variable Attribute Set

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

11.4.1: pthread_condattr_init - Initialize a Condition Variable Attribute Set

CALLING SEQUENCE:

#include <pthread.h>

int pthread_condattr_init(
  pthread_condattr_t *attr
);

STATUS CODES:

ENOMEM
Insufficient memory is available to initialize the condition variable attributes object.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation