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

Wait for Queued Signals. More...

#include <pthread.h>
#include <signal.h>
#include <errno.h>
#include <rtems/posix/pthreadimpl.h>
#include <rtems/posix/psignalimpl.h>
#include <rtems/score/threadqimpl.h>
#include <rtems/seterr.h>
#include <rtems/posix/time.h>
#include <rtems/score/isr.h>
Include dependency graph for sigtimedwait.c:

Functions

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. More...
 

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