Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-35
PROCESS_ACTIVATE_ Procedure
PROCESS_ACTIVATE_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Safeguard Considerations
OSS Considerations
Related Programming Manual
Summary
The PROCESS_ACTIVATE_ procedure returns a suspended process or process pair
to the ready state. A process is suspended by calling the PROCESS_SUSPEND_ or
SUSPENDPROCESS procedure, or by entering a TACL SUSPEND command.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the operation. It returns one of the following values:
0 Process successfully activated.
2 Process is already in the ready state.
11 Process does not exist.
48 Security violation.
201 Unable to communicate with processor where the process is running.
#include <cextdecs(PROCESS_ACTIVATE_)>
short PROCESS_ACTIVATE_ ( short *processhandle
,[ short specifier ] );
error := PROCESS_ACTIVATE_ ( processhandle ! i
,[ specifier ] ); ! i