RTEMS 4.7.0 On-Line Library
Condition Variable Manager pthread_condattr_destroy - Destroy a Condition Variable Attribute Set
 
 
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:
 
 
RTEMS POSIX API User's Guide 
Copyright © 1988-2004 OAR Corporation