Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtimes.h6 struct tms { struct
7 clock_t tms_utime; argument
8 clock_t tms_stime; argument
9 clock_t tms_cutime; argument
10 clock_t tms_cstime; argument
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dtimes.h35 struct tms struct
37 clock_t tms_utime; /* User CPU time. */ argument
38 clock_t tms_stime; /* System CPU time. */ argument
40 clock_t tms_cutime; /* User CPU time of dead children. */ argument
41 clock_t tms_cstime; /* System CPU time of dead children. */ argument
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtimes.h16 struct tms { struct
17 clock_t tms_utime; /* user time */ argument
18 clock_t tms_stime; /* system time */ argument
19 clock_t tms_cutime; /* user time, children */ argument
20 clock_t tms_cstime; /* system time, children */ argument