RTEMS Logo

RTEMS 4.10.2 On-Line Library


Condition Variable Manager pthread_cond_signal - Signal a Condition Variable

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

11.4.7: pthread_cond_signal - Signal a Condition Variable

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.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation