Searched refs:GNU_HZ (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dclock.c56 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
59 #define GNU_HZ HZ macro
62 #define GNU_HZ CLOCKS_PER_SEC macro
83 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
H A Dgetruntime.c69 #define GNU_HZ sysconf(_SC_CLK_TCK) macro
72 #define GNU_HZ HZ macro
75 #define GNU_HZ CLOCKS_PER_SEC macro
106 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);

Completed in 126 milliseconds