Home
last modified time | relevance | path

Searched defs:tms (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/sys/
H A Dtimes.h48 struct tms { struct
49 clock_t tms_utime; /* User CPU time */ argument
50 clock_t tms_stime; /* System CPU time */ argument
51 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument
52 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtimevar.c31 struct tms struct
33 clock_t tms_utime; argument
34 clock_t tms_stime; argument
35 clock_t tms_cutime; argument
36 clock_t tms_cstime; argument
192 struct tms tms; in get_time() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtimevar.c32 struct tms struct
34 clock_t tms_utime; argument
35 clock_t tms_stime; argument
36 clock_t tms_cutime; argument
37 clock_t tms_cstime; argument
226 struct tms tms; in get_time() local