Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

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

fpSigAction

  

Install signal handler.

fpSigProcMask

  

Set list of blocked signals.

fpSigSuspend

  

Set signal mask and suspend process till signal is received.

fpSignal

  

Install signal handler (deprecated).

fpKill

  

Send a signal to a process.


Documentation generated on: Jul 24 2023