RTEMS 4.0.0 On-Line Library
pthread_cond_signal
RTEMS POSIX API User's Guide
4.4.7: pthread_cond_signal
CALLING SEQUENCE:
-
#include <pthread.h>
int pthread_cond_signal(
pthread_cond_t *cond
);
STATUS CODES:
- EINVAL
-
The specified condition variable is not valid.
DESCRIPTION:
NOTES:
This routine should not be invoked from a handler from an asynchronous signal
handler or an interrupt service routine.
RTEMS POSIX API User's Guide
Copyright © 1988-1998 OAR Corporation