rusage_incr Kernel Service
Purpose
Increments a field of the rusage structure.
Syntax
Parameters
Item | Description |
---|---|
field | Specifies the
field to increment. It must have one of the
following values:
|
amount | Specifies the amount to increment to the field. |
Description
The rusage_incr kernel service increments the field specified by the field parameter of the calling process' rusage structure by the amount amount.
Execution Environment
The rusage_incr kernel service can be called from the process environment only.
Return Values
The rusage_incr kernel service has no return values.