HomeSort by: relevance | last modified time | path
    Searched refs:tms_cstime (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
times.h 53 clock_t tms_cstime; /* System CPU time of terminated child procs */ member in struct:tms
  /src/lib/libc/gen/
times.c 88 tp->tms_cstime = CONVTCK(ru.ru_stime);
  /src/bin/ksh/
c_sh.c 714 shprintf("%8ss system\n", clocktos(all.tms_cstime));
760 tms.tms_stime = t0.tms_stime + t0.tms_cstime;
jobs.c 1291 j->systime += t1.tms_cstime - t0.tms_cstime;
  /src/bin/sh/
eval.c 1850 cs = conv_time(tms.tms_cstime, css, sizeof(css));

Completed in 24 milliseconds