Searched defs:tms (Results 1 – 5 of 5) sorted by relevance
32 struct tms struct34 clock_t tms_utime; /* User CPU time. */ argument35 clock_t tms_stime; /* System CPU time. */ argument37 clock_t tms_cutime; /* User CPU time of dead children. */ argument38 clock_t tms_cstime; /* System CPU time of dead children. */ argument
43 struct tm tms; in do_test() local74 struct tm tms; in do_test() local107 struct tm tms; in do_test() local
134 struct tm tms; in do_test() local
28 struct timespec tms = { 0 }; in do_test() local
40 __times (struct tms *tms) in __times()