Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (C)
Guardian Procedure Calls Reference Manual522629-013
3-5
CANCELPROCESSTIMEOUT Procedure
CANCELPROCESSTIMEOUT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Related Programming Manual
Summary
The CANCELPROCESSTIMEOUT procedure cancels a process-time timer previously
initiated by a call to the SIGNALPROCESSTIMEOUT procedure.
Syntax for C Programmers
The function value returned by CANCELPROCESSTIMEOUT, which indicates the
condition code, can be interpreted by
_status_lt(), _status_eq(), or
_status_gt() (defined in the file tal.h).
Syntax for TAL Programmers
Parameters
tag input
INT:value
is the identifier associated with the timer to be canceled or -1 if all timers set by
calls to SIGNALPROCESSTIMEOUT by that process are to be canceled.
Condition Code Settings
< (CCL) is not returned by CANCELPROCESSTIMEOUT.
= (CCE) indicates that CANCELPROCESSTIMEOUT was successful.
> (CCG) indicates that
tag was invalid.
#include <cextdecs(CANCELPROCESSTIMEOUT)>
_cc_status CANCELPROCESSTIMEOUT ( short tag );
CALL CANCELPROCESSTIMEOUT ( tag ); ! i