![]()  | 
  
    RTEMS
    5.1
    
   | 
 
POSIX Condition Variables Wait Support. More...
#include <rtems/posix/condimpl.h>#include <rtems/posix/posixapi.h>#include <rtems/score/assert.h>#include <rtems/score/statesimpl.h>#include <rtems/score/status.h>#include <rtems/score/threaddispatch.h>Functions | |
| int | _POSIX_Condition_variables_Wait_support (pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) | 
| POSIX condition variables wait support.  More... | |
POSIX Condition Variables Wait Support.
| int _POSIX_Condition_variables_Wait_support | ( | pthread_cond_t * | cond, | 
| pthread_mutex_t * | mutex, | ||
| const struct timespec * | abstime | ||
| ) | 
POSIX condition variables wait support.
A support routine which implements guts of the blocking, non-blocking, and timed wait version of condition variable wait routines.
 1.8.15