Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual—522629-013
14-175
SUSPENDPROCESS Procedure
(Superseded by PROCESS_SUSPEND_
SUSPENDPROCESS Procedure
(Superseded by PROCESS_SUSPEND_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
OSS Considerations
Example
Summary
The SUSPENDPROCESS procedure puts a process or process pair into the
suspended state, preventing that process from being active (that is, executing
instructions). (A process is removed from the suspended state and put back into the
ready state if it is the object of a call to the ACTIVATEPROCESS procedure.)
Syntax for C Programmers
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.
Syntax for TAL Programmers
Parameters
process-id input
INT:ref:4
is a 4-word array containing the process ID of the process to be suspended,
where:
[0:2] Process name or creation timestamp
[3].<0:3> Reserved
.<4:7> Processor number where the process is executing
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
CALL SUSPENDPROCESS ( process-id ); ! i