Searched refs:tms_cstime (Results 1 – 7 of 7) sorted by relevance
28 fprintf(stderr, "sys %6.3f\n", (after.tms_cstime - before.tms_cstime)/fudge); in main()
53 clock_t tms_cstime; /* System CPU time of terminated child procs */ member
88 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
714 shprintf("%8ss system\n", clocktos(all.tms_cstime));760 tms.tms_stime = t0.tms_stime + t0.tms_cstime;
1291 j->systime += t1.tms_cstime - t0.tms_cstime;
37 clock_t tms_cstime; member