next up previous contents index
Next: Signal Up: Functions and procedures Previous: SigProcMask

SigSuspend

   

Declaration:

Procedure SigSuspend (Mask : SigSet) ;

Description:

SigSuspend temporarily replaces the signal mask for the process with the one given in Mask, and then suspends the process until a signal is received.

Errors:

None

See also:

SigAction, SigProcMask, SigPending, Signal, Kill, SigSuspend (2)



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998