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;
46 clock_t51 static clock_t clock_start; in clock()52 clock_t now; in clock()
37 extern clock_t times(struct tms *);
54 typedef __kernel_clock_t clock_t; typedef
126 clock_t times (struct tms *);
73 clock_t _utime;74 clock_t _stime;
112 extern clock_t clock(void);
45 using ::clock_t;
162 clock_t times(struct tms *) 43