OAR

RTEMS 4.0.0 On-Line Library


pthread_cond_destroy

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

4.4.6: pthread_cond_destroy

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-1998 OAR Corporation