Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual522629-013
14-138
SIGADDSET_ Procedure
SIGADDSET_ Procedure
SIGDELSET_ Procedure
SIGEMPTYSET_ Procedure
SIGFILLSET_ Procedure
SIGISMEMBER_ Procedure
These procedure names are the pTAL names for the corresponding C functions:
These functions comply with the POSIX.1 standard.
See the $SYSTEM.SYSTEM.HSIGNAL header file for the pTAL prototype definitions.
For a discussion of each parameter and procedure considerations, see the
corresponding
sigaddset(3), sigdelset(3), sigemptyset(3),
sigfillset(3), and sigismember(3) function reference pages either online or in
the
Open System Services Library Calls Reference Manual.
Note. These procedures can be called only from native processes.
Procedure Name Corresponding C Function
SIGADDSET_
sigaddset()
SIGDELSET_
sigdelset()
SIGEMPTYSET_
sigemptyset()
SIGFILLSET_
sigfillset()
SIGISMEMBER_
sigismember()