Guardian Procedure Calls Reference Manual
TIMER_STOP_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Returned Value
Summary
The TIMER_STOP_ procedure stops a timer started using the TIMER_START_ procedure. When
called this procedure ensures that:
• the TLEid is valid
• the TLE owner is referred by the same TLEid
• the process that calls TIMER_STOP_ is the owner of the TLE
NOTE: The TIMER_STOP_ procedure is supported only in H-series and J-series RVUs.
Syntax for C Programmers
#include <cextdecs(TIMER_STOP_)>
__int32_t TIMER_STOP_ (__int32_t TLEidD );
• CEXTDECS (through the included file TNSINTH) defines 32-bit values as the typedef
__int32_t, which for TNS and TNS/R compiles is defined as long and for TNS/E compiles
is defined as int.
Syntax for TAL Programmers
error := TIMER_STOP_ ( TLEid ); ! i
Parameter
TLEid
input
INT(32):value
is the identifier associated with the timer and returned by TIMER_START_.
Returned Value
INT(32)
Outcome of the call:
The call is successful and the time has been stopped.0
The TLEid is invalid.<>0
TIMER_STOP_ Procedure 1423