Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance
24 clock_t tms_utime;25 clock_t tms_stime;26 clock_t tms_cutime;27 clock_t tms_cstime;
49 static inline clock_t clock_now(void) in clock_now()57 static clock_t clock_start;67 clock_t
64 clock_t _utime;65 clock_t _stime;70 clock_t _utime;72 clock_t _stime;
37 extern clock_t times(struct tms *);
52 typedef __kernel_clock_t clock_t; typedef
79 clock_t _utime;80 clock_t _stime;
94 extern clock_t clock(void);
45 using ::clock_t;
209 clock_t times(struct tms *) 1