RTEMS 4.9.2 On-Line Library
Condition Variable Manager pthread_cond_destroy - Destroy a Condition Variable
RTEMS POSIX API User's Guide
11.4.6: pthread_cond_destroy - Destroy a Condition Variable
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_cond_destroy(
pthread_cond_t *cond
);
STATUS CODES:
- EINVAL
-
The specified condition variable is invalid.
- EBUSY
-
The specified condition variable is currently in use.
DESCRIPTION:
NOTES:
RTEMS POSIX API User's Guide
Copyright © 1988-2008 OAR Corporation