Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
4-39
CPU_GETINFOLIST
Use the PROCESSOR_GETINFOLIST_ procedure instead of CPU_GETINFOLIST.
Calls to PROCESSOR_GETINFOLIST are identical in their format and values to those
for CPU_GETINFOLIST.
CPUTIMES
Returns the length of time, since the cold load, in microseconds, that a given processor
has spent in the busy, idle, or interrupt states.
-2 Impossible LCT.
-1 Ambiguous LCT.
0 No errors, successful.
1 DST range error.
2 DST table not loaded.
>2 File-system error (attempting to reach “NODE”).
CALL CPUTIMES ( [ cpu ]
,[ sysid ]
,[ total-time ]
,[ cpu-process-busy ]
,[ cpu-interrupt ]
,[ cpu-idle ] );
cpu, INT:value input
sysid, INT:value input
total-time, FIXED:ref:1 output
cpu-process-busy, FIXED:ref:1 output
cpu-interrupt, FIXED:ref:1 output
cpu-idle, FIXED:ref:1 output
< (CCL) The system is unavailable or does not exist, the procedure could not get
resources to execute, or the system is running on a pre-B00 version of the
operating system.
= (CCE) CPUTIMES is successful.
> (CCG) The supplied parameters failed the bounds check.