RTEMS  5.1
Functions
sigtimedwait.c File Reference

Wait for Queued Signals. More...

#include <signal.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/posix/posixapi.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/score/todimpl.h>
#include <rtems/score/watchdogimpl.h>
#include <rtems/score/isr.h>

Functions

int sigtimedwait (const sigset_t *__restrict set, siginfo_t *__restrict info, const struct timespec *__restrict timeout)
 

Detailed Description

Wait for Queued Signals.

Function Documentation

◆ sigtimedwait()

int sigtimedwait ( const sigset_t *__restrict  set,
siginfo_t *__restrict  info,
const struct timespec *__restrict  timeout 
)

3.3.8 Synchronously Accept a Signal, P1003.1b-1993, p. 76