Searched defs:tms (Results 1 – 6 of 6) sorted by relevance
51 struct tms { struct52 clock_t tms_utime; /* User CPU time */ argument53 clock_t tms_stime; /* System CPU time */ argument54 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument55 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
39 struct tms struct41 clock_t tms_utime; argument42 clock_t tms_stime; argument43 clock_t tms_cutime; argument44 clock_t tms_cstime; argument195 struct tms tms; local
41 struct tms struct43 clock_t tms_utime; argument44 clock_t tms_stime; argument45 clock_t tms_cutime; argument46 clock_t tms_cstime; argument202 struct tms tms; in get_time() local
153 struct tms { struct 154 tms_utimetms global() argument 155 tms_stimetms global() argument 156 tms_cutimetms global() argument 157 tms_cstimetms global() argument
3552 struct tms tms; global() variable
2182 struct tm tms; in TEST() local