Searched defs:tms (Results 1 – 3 of 3) sorted by relevance
6 struct tms { struct7 clock_t tms_utime; argument8 clock_t tms_stime; argument9 clock_t tms_cutime; argument10 clock_t tms_cstime; argument
35 struct tms struct37 clock_t tms_utime; /* User CPU time. */ argument38 clock_t tms_stime; /* System CPU time. */ argument40 clock_t tms_cutime; /* User CPU time of dead children. */ argument41 clock_t tms_cstime; /* System CPU time of dead children. */ argument
16 struct tms { struct17 clock_t tms_utime; /* user time */ argument18 clock_t tms_stime; /* system time */ argument19 clock_t tms_cutime; /* user time, children */ argument20 clock_t tms_cstime; /* system time, children */ argument