Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance
11 typedef _CLOCK_T_ clock_t; typedef17 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 *));
104 typedef _CLOCK_T_ clock_t; typedef
37 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;
7 clock_t tms_utime;8 clock_t tms_stime;9 clock_t tms_cutime;10 clock_t tms_cstime;
59 typedef __kernel_clock_t clock_t; typedef
73 clock_t _utime;74 clock_t _stime;80 clock_t _utime;82 clock_t _stime;
61 typedef __clock_t clock_t; typedef64 __USING_NAMESPACE_STD(clock_t)184 extern clock_t clock (void) __THROW;
74 clock_t _utime;75 clock_t _stime;
46 clock_t _EXFUN(clock, (void));