RTEMS Logo

RTEMS 4.10.2 On-Line Library


Condition Variable Manager pthread_condattr_destroy - Destroy a Condition Variable Attribute Set

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

11.4.2: pthread_condattr_destroy - Destroy a Condition Variable Attribute Set

CALLING SEQUENCE:

#include <pthread.h>

int pthread_condattr_destroy(
  pthread_condattr_t *attr
);

STATUS CODES:

EINVAL
The attribute object specified is invalid.

DESCRIPTION:

NOTES:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation