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

Examine and Change Blocked Signals. More...

#include <pthread.h>
#include <signal.h>
Include dependency graph for sigprocmask.c:

Functions

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

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().