Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance
39 typedef _CLOCK_T_ clock_t; typedef45 clock_t tms_utime; /* user time */46 clock_t tms_stime; /* system time */47 clock_t tms_cutime; /* user time, children */48 clock_t tms_cstime; /* system time, children */51 clock_t times (struct tms *);53 clock_t _times (struct tms *);
133 typedef _CLOCK_T_ clock_t; typedef
67 clock_t 71 clock_t res; in clock()73 if ((res = (clock_t) times (&tim_s)) != (clock_t) -1) in clock()74 res = (clock_t) (tim_s.tms_utime + tim_s.tms_stime + in clock()
24 The header file @file{time.h} defines three types. @code{clock_t} and27 @code{clock_t} have the highest resolution possible on your machine,
40 clock_t44 return buf->tms_utime = (clock_t) sys_semihost_elapsed(); in times()
8 clock_t
47 clock_t begin, end; in main()
66 typedef _CLOCK_T_ clock_t; typedef192 clock_t clock (void);
18072 if clock_t or time_t is already defined.20127 definitions for time_t and clock_t since these are20132 * libc/include/time.h: Removed duplicate definition of clock_t20139 * libc/include/sys/types.h: Add clock_t, time_t, struct25833 #ifdef _CLOCK_T_ surrounding definition of clock_t.25838 #ifdef _CLOCK_T_ surrounding definition of clock_t.27272 * libc/include/sys/times.h: define clock_t as required by POSIX.27273 libc/include/time.h: protect clock_t from multiple definitions.