Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 5 of 5) sorted by relevance

/minix3/minix/lib/libsys/
H A Dsys_times.c3 int sys_times(proc_ep, user_time, sys_time, uptime, boottime) in sys_times() argument
/minix3/minix/servers/pm/
H A Dutility.c145 set_rusage_times(struct rusage * r_usage, clock_t user_time, clock_t sys_time) in set_rusage_times()
H A Dmisc.c403 clock_t user_time, sys_time; in do_getrusage() local
H A Dforkexit.c281 clock_t user_time, sys_time; in exit_proc() local
/minix3/lib/libc/time/
H A Dprivate.h332 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function