Set signal mask and suspend process till signal is received.
Source position: bunxh.inc line 26
| function FpSigSuspend( | 
| const sigmask: tsigset | 
| ):cint; | 
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.
None
| 
 | Install signal handler. | |
| 
 | Set list of blocked signals. | |
| 
 | Return set of currently pending signals. | |
| 
 | Install signal handler (deprecated). | |
| 
 | Send a signal to a process. |