RTEMS Logo

RTEMS 4.10.2 On-Line Library


Condition Variable Manager pthread_cond_destroy - Destroy a Condition Variable

PREV UP NEXT Bookshelf 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:


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation