Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.4

signal.procmask(3stap)


SIGNAL.PROCMASK

SIGNAL.PROCMASK

NAME
SYNOPSIS
VALUES

NAME

signal.procmask − Examining or changing blocked signals

SYNOPSIS

signal.procmask

VALUES

how

Indicates how to change the blocked signals; possible values are <command>SIG_BLOCK=0</command> (for blocking signals), <command>SIG_UNBLOCK=1</command> (for unblocking signals), and <command>SIG_SETMASK=2</command> for setting the signal mask.

oldsigset_addr

The old address of the signal set (<command>sigset_t</command>)

sigset

The actual value to be set for <command>sigset_t</command> <remark>(correct?)</remark>

sigset_addr

The address of the signal set (<command>sigset_t</command>) to be implemented



signal.procmask(3stap)