Searched defs:sys_time (Results 1 – 5 of 5) sorted by relevance
3 int sys_times(proc_ep, user_time, sys_time, uptime, boottime) in sys_times() argument
145 set_rusage_times(struct rusage * r_usage, clock_t user_time, clock_t sys_time) in set_rusage_times()
403 clock_t user_time, sys_time; in do_getrusage() local
281 clock_t user_time, sys_time; in exit_proc() local
332 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function