FpSigPending
Return set of currently pending signals
Declaration
Source position: bunxh.inc line 25
function FpSigPending(var nset: tsigset) : cint;
Description
fpSigpending allows the examination of pending signals (which have been raised while blocked.) The signal mask of pending signals is returned.
Errors
None
See also
| Name | Description |
|---|---|
| fpKill | Send a signal to a process |
| fpSigAction | Install signal handler |
| fpSignal | Install signal handler (deprecated) |
| fpSigProcMask | Set list of blocked signals |
| fpSigSuspend | Set signal mask and suspend process till signal is received |