Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtimes.h11 typedef _CLOCK_T_ clock_t; typedef
17 clock_t tms_utime; /* user time */
18 clock_t tms_stime; /* system time */
19 clock_t tms_cutime; /* user time, children */
20 clock_t tms_cstime; /* system time, children */
23 clock_t _EXFUN(times,(struct tms *));
H A Dtypes.h104 typedef _CLOCK_T_ clock_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dtimes.h37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
49 extern clock_t times (struct tms *__buffer) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtimes.h7 clock_t tms_utime;
8 clock_t tms_stime;
9 clock_t tms_cutime;
10 clock_t tms_cstime;
H A Dtypes.h59 typedef __kernel_clock_t clock_t; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dsiginfo.h73 clock_t _utime;
74 clock_t _stime;
80 clock_t _utime;
82 clock_t _stime;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dtime.h61 typedef __clock_t clock_t; typedef
64 __USING_NAMESPACE_STD(clock_t)
184 extern clock_t clock (void) __THROW;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h74 clock_t _utime;
75 clock_t _stime;
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dtime.h46 clock_t _EXFUN(clock, (void));