sys_times [kernel/sys.c] | ||||||||
Arguments
Return values If the system call succeeds the return value is the number of clock ticks that have elapsed since an arbitrary point in the past. For Linux 2.4 and earlier this point is the moment the system was booted. Since Linux 2.6, this point is (2^32/HZ) - 300 (i.e., about 429 million) seconds before system boot time. The return value may overflow the possible range of type clock_t.
Remarks n/a Compatibility n/a |