Searched defs:tms (Results 1 – 3 of 3) sorted by relevance
48 struct tms { struct49 clock_t tms_utime; /* User CPU time */ argument50 clock_t tms_stime; /* System CPU time */ argument51 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument52 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
31 struct tms struct33 clock_t tms_utime; argument34 clock_t tms_stime; argument35 clock_t tms_cutime; argument36 clock_t tms_cstime; argument192 struct tms tms; in get_time() local
32 struct tms struct34 clock_t tms_utime; argument35 clock_t tms_stime; argument36 clock_t tms_cutime; argument37 clock_t tms_cstime; argument226 struct tms tms; in get_time() local