Guardian Programming Reference Summary for C
Functions Summary (R-Z)
Guardian Programming Reference Summary for C—522630-001
8-28
returned value:
mask
SIGSUSPEND_
SIGSUSPEND_ is the pTAL procedure name for the C sigsuspend() function. The
C sigsuspend() function complies 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
sigsuspend(2) function reference page either online or in the Open System Services
System Calls Reference Manual.
STEPMOM
(superseded by PROCESS_SETINFO_) Allows a process to receive process STOP or
ABEND messages for a process it did not create.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
STOP
(superseded by PROCESS_STOP_) Deletes a process or a process pair and signals that
the deletion was caused by a normal condition (a STOP system message is sent to the
deleted process’s creator).
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
0D = Indicates that the SIGSETJMP_ procedure was called directly.
<>0D = Indicates that SIGSETJMP_ is returning as a result of a call to the
SIGLONGJMP_ procedure. The returned value is specified by
SIGLONGJMP_.
0D = Specifies that the current signal mask is not to be saved.
<>0D = Specifies that the current signal mask is to be saved. This mask is
reinstated by a corresponding call to the SIGLONGJMP_ procedure.
Note. This procedure can be called only from TNS/R native processes.