RTEMS 4.7.0 On-Line Library
Condition Variable Manager pthread_cond_broadcast - Broadcast a Condition Variable
 
 
RTEMS POSIX API User's Guide 
11.4.8: pthread_cond_broadcast - Broadcast a Condition Variable
CALLING SEQUENCE:
- 
#include <pthread.h>
int pthread_cond_broadcast(
  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-2004 OAR Corporation