Home
last modified time | relevance | path

Searched refs:tms_cstime (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/one-true-awk/testdir/
H A Dtime.c28 fprintf(stderr, "sys %6.3f\n", (after.tms_cstime - before.tms_cstime)/fudge); in main()
/freebsd/sys/sys/
H A Dtimes.h51 clock_t tms_cstime; /* System CPU time of terminated child procs */ member
/freebsd/lib/libc/gen/
H A Dtimes.c57 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
/freebsd/contrib/tcsh/
H A Dsh.time.c83 times0.tms_stime += times0.tms_cstime; in settimes()
85 times0.tms_cstime = 0; in settimes()
130 times_dol.tms_stime += times_dol.tms_cstime; in dotime()
132 times_dol.tms_cstime = 0; in dotime()
H A Dsh.proc.c308 pp->p_stime = proctimes.tms_cstime - shtimes.tms_cstime; in pchild()
1164 lru.tms_cstime = 0; in pprint()
1298 zts.tms_cstime = 0; in ptprint()
1302 rts.tms_cstime = 0; in ptprint()
/freebsd/sys/compat/linux/
H A Dlinux_misc.c406 l_clock_t tms_cstime; member
443 tms.tms_cstime = CONVTCK(cstime); in linux_times()