Home
last modified time | relevance | path

Searched refs:CLOCKS_PER_SEC (Results 1 – 3 of 3) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dclock.c28 _Static_assert (CLOCKS_PER_SEC == 1000000, in clock()
34 return (ts.tv_sec * CLOCKS_PER_SEC in clock()
35 + ts.tv_nsec / (1000000000 / CLOCKS_PER_SEC)); in clock()
/sysdeps/unix/sysv/linux/bits/
A Dtime.h34 #define CLOCKS_PER_SEC ((__clock_t) 1000000) macro
/sysdeps/arm/
A Daeabi_lcsts.c98 eabi_constant (CLOCKS_PER_SEC);

Completed in 5 milliseconds