RTEMS  5.1
Functions
sigprocmask.c File Reference

Examine and Change Blocked Signals. More...

#include <pthread.h>
#include <signal.h>

Functions

int sigprocmask (int how, const sigset_t *__restrict set, sigset_t *__restrict oset)
 

Detailed Description

Examine and Change Blocked Signals.

Function Documentation

◆ sigprocmask()

int sigprocmask ( int  how,
const sigset_t *__restrict  set,
sigset_t *__restrict  oset 
)

3.3.5 Examine and Change Blocked Signals, P1003.1b-1993, p. 73

NOTE: P1003.1c/D10, p. 37 adds pthread_sigmask().