RTEMS CPU Kit with SuperCore  4.11.3
Functions
semaphorewaitsupp.c File Reference

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>
Include dependency graph for semaphorewaitsupp.c:

Functions

int _POSIX_Semaphore_Wait_support (sem_t *sem, bool blocking, Watchdog_Interval timeout)
 POSIX semaphore wait support. More...
 

Detailed Description

POSIX Semaphore Wait Support.

Function Documentation

◆ _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.