![]() |
RTEMS 7.0-rc1
|
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, clockid_t clock_id) |
| POSIX condition variables wait support. | |
POSIX Condition Variables Wait Support.
| int _POSIX_Condition_variables_Wait_support | ( | pthread_cond_t * | cond, |
| pthread_mutex_t * | mutex, | ||
| const struct timespec * | abstime, | ||
| clockid_t | clock_id | ||
| ) |
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.