[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'oldlinux' (#rtl)

SigPending

Return set of currently pending signals

Declaration

Source position: oldlinux.pp line 1482

function SigPending: SigSet;

Description

Sigpending allows the examination of pending signals (which have been raised while blocked.) The signal mask of pending signals is returned.

Errors

None

See also

SigAction

  

Install signal handler

SigProcMask

  

Set list of blocked signals

SigSuspend

  

Set signal mask and suspend process till signal is received

Signal

  

Install signal handler (deprecated)

Kill

  

Send a signal to a process

The latest version of this document can be found at lazarus-ccr.sourceforge.net.