[Overview][Constants][Types][Procedures and functions] |
Set list of blocked signals
Source position: line 0
function FpSigProcMask( |
how: cInt; |
nset: PSigSet; |
oset: PSigSet |
):cInt; |
how: cInt; |
const nset: TSigSet; |
var oset: TSigSet |
):cInt; |
Changes the list of currently blocked signals. The behaviour of the call depends on How :
If oset is non-nil, then the old set is stored in it.
Errno is used to report errors.
|
Install signal handler |
|
|
Return set of currently pending signals |
|
|
Set signal mask and suspend process till signal is received |
|
|
Send a signal to a process |