Home
last modified time | relevance | path

Searched refs:clock_t (Results 1 – 9 of 9) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dtimes.h39 typedef _CLOCK_T_ clock_t; typedef
45 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 *);
Dtypes.h133 typedef _CLOCK_T_ clock_t; typedef
/picolibc-latest/newlib/libc/time/
Dclock.c67 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()
Dtime.tex24 The header file @file{time.h} defines three types. @code{clock_t} and
27 @code{clock_t} have the highest resolution possible on your machine,
/picolibc-latest/semihost/
Dtimes.c40 clock_t
44 return buf->tms_utime = (clock_t) sys_semihost_elapsed(); in times()
/picolibc-latest/newlib/libc/machine/nvptx/
Dclock.c8 clock_t
/picolibc-latest/test/semihost/
Dsemihost-times.c47 clock_t begin, end; in main()
/picolibc-latest/newlib/libc/include/
Dtime.h66 typedef _CLOCK_T_ clock_t; typedef
192 clock_t clock (void);
/picolibc-latest/newlib/
DChangeLog-201518072 if clock_t or time_t is already defined.
20127 definitions for time_t and clock_t since these are
20132 * libc/include/time.h: Removed duplicate definition of clock_t
20139 * libc/include/sys/types.h: Add clock_t, time_t, struct
25833 #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.