RTEMS CPU Kit with SuperCore
|
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.