|
RTEMS CPU Kit with SuperCore
4.11.2
|
POSIX Semaphore Wait Support. More...
#include <stdarg.h>#include <errno.h>#include <fcntl.h>#include <pthread.h>#include <semaphore.h>#include <limits.h>#include <rtems/system.h>#include <rtems/posix/semaphoreimpl.h>#include <rtems/posix/time.h>#include <rtems/seterr.h>
Functions | |
| int | _POSIX_Semaphore_Wait_support (sem_t *sem, bool blocking, Watchdog_Interval timeout) |
| POSIX semaphore wait support. More... | |
POSIX Semaphore Wait Support.
| int _POSIX_Semaphore_Wait_support | ( | sem_t * | sem, |
| bool | blocking, | ||
| Watchdog_Interval | timeout | ||
| ) |
POSIX semaphore wait support.
This routine supports the sem_wait, sem_trywait, and sem_timedwait services.
1.8.13