SYNOPSIS
#include <signal.h>
int sigsuspend(const sigset_t *set);
DESCRIPTION
The
If the signal terminates the process, the
It is not possible to block those signals that cannot be ignored. The system silently enforces this without causing an error.
PARAMETERS
RETURN VALUES
The
- EFAULT
-
set is an invalid pointer.
- EINTR
-
The calling process catches a signal and the signal-catching function returns control.
CONFORMANCE
POSIX.1 (1996).
MULTITHREAD SAFETY LEVEL
Async-signal-safe.
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
pthread_sigmask() ,sigaction() ,sigaddset() ,sigdelset() ,sigemptyset() ,sigfillset() ,sigismember() ,signal() ,sigpause() ,sigprocmask()
MKS Toolkit 9.3 Documentation Build 6.