HomeSort by relevance Sort by last modified time
    Searched refs:GNU_HZ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
clock.c 56 #define GNU_HZ sysconf(_SC_CLK_TCK)
59 #define GNU_HZ HZ
62 #define GNU_HZ CLOCKS_PER_SEC
83 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);
getruntime.c 73 #define GNU_HZ sysconf(_SC_CLK_TCK)
76 #define GNU_HZ HZ
79 #define GNU_HZ CLOCKS_PER_SEC
110 return (tms.tms_utime + tms.tms_stime) * (1000000 / GNU_HZ);

Completed in 101 milliseconds