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