Searched defs:tms (Results 1 – 2 of 2) sorted by relevance
45 struct tms { struct46 clock_t tms_utime; /* user time */ argument47 clock_t tms_stime; /* system time */ argument48 clock_t tms_cutime; /* user time, children */ argument49 clock_t tms_cstime; /* system time, children */ argument
1532 const struct tm *tms; /* Time used for these vectors */ member