Guardian Programming Reference Summary for C
Functions Summary (A-C)
Guardian Programming Reference Summary for C—522630-001
4-26
CPUTIMES
Returns the length of time, in microseconds, since the cold load that a given processor
has spent in the busy, idle, or interrupt states.
CREATE
(superseded by FILE_CREATE_ and FILE_CREATELIST_) Defines a new structured
or unstructured disk file. This procedure operates only on Guardian objects.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
CREATEPROCESSNAME
(superseded by PROCESSNAME_CREATE_) Returns a unique process name suitable
for passing to NEWPROCESS and NEWPROCESSNOWAIT.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
CREATEREMOTENAME
(superseded by PROCESSNAME_CREATE_) Supplies a process name that is unique
for the specified system in a network. (This process name goes into the name parameter
of NEWPROCESS.)
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
#include <cextdecs(CPUTIMES)>
_cc_status CPUTIMES([ short cpu ] /* i */
,[ short sysid ] /* i */
,[ long long *total-time ] /* o */
,[ long long *cpu-process-busy ]/* o */
,[ long long *cpu-interrupt ] /* o */
,[ long long *cpu-idle ] ); /* o */
_status_lt (<return value>) The system is unavailable, the system 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.
_status_eq (<return value>) CPUTIMES is successful.
_status_gt (<return value>) The supplied parameters failed the bounds check.