Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance
18 clock_t tms_utime;19 clock_t tms_stime;20 clock_t tms_cutime;21 clock_t tms_cstime;
49 static inline clock_t clock_now(void) in clock_now()57 static clock_t clock_start;67 clock_t
37 extern clock_t times(struct tms *);
54 typedef __kernel_clock_t clock_t; typedef
127 clock_t times (struct tms *);
73 clock_t _utime;74 clock_t _stime;
112 extern clock_t clock(void);
45 using ::clock_t;
165 clock_t times(struct tms *) 43