Home
last modified time | relevance | path

Searched refs:__clock_t (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/bits/
Dtime.h34 #define CLOCKS_PER_SEC ((__clock_t) 1000000)
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtime.h34 #define CLOCKS_PER_SEC ((__clock_t) 1000000)
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
/glibc-2.36/time/bits/types/
Dclock_t.h7 typedef __clock_t clock_t;
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/
Dsiginfo-arch.h12 typedef __clock_t __attribute__ ((__aligned__ (4))) __sigchld_clock_t;
/glibc-2.36/sysdeps/unix/sysv/linux/bits/types/
Dsiginfo_t.h24 # define __SI_CLOCK_T __clock_t
/glibc-2.36/posix/bits/
Dtypes.h156 __STD_TYPE __CLOCK_T_TYPE __clock_t; /* Type of CPU usage counts. */ variable
/glibc-2.36/ChangeLog.old/
DChangeLog.51263 * sysdeps/generic/gnu/types.h (__clock_t): New type.
1267 * sysdeps/unix/sysv/linux/gnu/types.h (__clock_t, __fsid_t): Define
1270 __clock_t.
DChangeLog.11169 to __clock_t.