Home
last modified time | relevance | path

Searched refs:_CLOCK_T_ (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
D_types.h222 #define _CLOCK_T_ unsigned long /* clock() */ macro
225 typedef _CLOCK_T_ __clock_t;
Dtimes.h39 typedef _CLOCK_T_ clock_t;
Dtypes.h133 typedef _CLOCK_T_ clock_t;
/picolibc-latest/newlib/libc/include/
Dtime.h66 typedef _CLOCK_T_ clock_t;
/picolibc-latest/newlib/
DChangeLog-201525829 * libc/include/reent.h: #include <machine/types.h> to get _CLOCK_T_.
25832 * libc/include/time.h (_CLOCK_T_): Don't #undef. Remove
25833 #ifdef _CLOCK_T_ surrounding definition of clock_t.
25837 * libc/include/sys/times.h (_CLOCK_T_): Don't #undef. Remove
25838 #ifdef _CLOCK_T_ surrounding definition of clock_t.