OAR

RTEMS 4.0.0 On-Line Library


pthread_cond_broadcast

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

4.4.8: pthread_cond_broadcast

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.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-1998 OAR Corporation