Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (R-Z)
Guardian Programming Reference Summary for pTAL and TAL522631-001
8-32
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.
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_.
env, INT .EXT:ref:(SIGJMP_BUF_TEMPLATE) output
mask, INT(32):value input
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.
CALL STEPMOM ( process-id );
process-id, INT:ref:4 input
< (CCL) STEPMOM failed, or no process is designated as process-id.
= (CCE) The caller is now the creator (MOM) of process-id.