SYNOPSIS
#include <signal.h>
int sigpause(int sig);
DESCRIPTION
The
PARAMETERS
RETURN VALUES
- EINTR
-
A signal was caught.
- EINVAL
-
The value of sig is not a valid signal or is equal to SIGKILL or SIGSTOP.
CONFORMANCE
UNIX 98.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
BSD provides a
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:
kill() ,pause() ,sigaction() ,sighold() ,sigignore() ,signal() ,sigrelse() ,sigset() ,wait()
PTC MKS Toolkit 10.4 Documentation Build 39.