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
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
pthread_sigmask() ,sigaction() ,sigaddset() ,sigdelset() ,sigemptyset() ,sigfillset() ,sigismember() ,signal() ,sigpause() ,sigprocmask()
PTC MKS Toolkit 10.4 Documentation Build 39.