FpSigSuspend
Set signal mask and suspend process till signal is received
Declaration
Source position: bunxh.inc line 26
function FpSigSuspend(const sigmask: tsigset) : cint;
Description
fpSigSuspend temporarily replaces the signal mask for the process with the one given in SigMask, and then suspends the process until a signal is received.
Errors
None
See also
| Name | Description |
|---|---|
| fpKill | Send a signal to a process |
| fpSigAction | Install signal handler |
| fpSignal | Install signal handler (deprecated) |
| fpSigPending | Return set of currently pending signals |
| fpSigProcMask | Set list of blocked signals |