Home
last modified time | relevance | path

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

/netbsd-src/external/historical/nawk/dist/testdir/
H A Dtime.c28 fprintf(stderr, "sys %6.3f\n", (after.tms_cstime - before.tms_cstime)/fudge); in main()
/netbsd-src/sys/sys/
H A Dtimes.h53 clock_t tms_cstime; /* System CPU time of terminated child procs */ member
/netbsd-src/lib/libc/gen/
H A Dtimes.c88 tp->tms_cstime = CONVTCK(ru.ru_stime); in times()
/netbsd-src/bin/ksh/
H A Dc_sh.c714 shprintf("%8ss system\n", clocktos(all.tms_cstime));
760 tms.tms_stime = t0.tms_stime + t0.tms_cstime;
H A Djobs.c1291 j->systime += t1.tms_cstime - t0.tms_cstime;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.cc37 clock_t tms_cstime; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.c37 clock_t tms_cstime; member