HomeSort by relevance Sort by last modified time
    Searched defs:CLK_TCK (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
time.h 37 /* Even though CLOCKS_PER_SEC has such a strange value CLK_TCK
41 # define CLK_TCK ((__clock_t) __sysconf (2)) /* 2 is _SC_CLK_TCK */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 47 # ifndef CLK_TCK
48 # define CLK_TCK CLOCKS_PER_SEC
  /external/srec/srec/EventLog/src/
EventLogImpl.c 50 #include <time.h> /* For CLK_TCK / CLOCKS_PER_SEC */
52 #ifndef CLK_TCK
53 #define CLK_TCK CLOCKS_PER_SEC
91 *userTime = (long)timeBuf.tms_utime * 1000 / CLK_TCK;
92 *kernelTime = (long)timeBuf.tms_stime * 1000 / CLK_TCK;
  /external/chromium/third_party/icu/source/common/
triedict.cpp 32 #ifndef CLK_TCK
33 #define CLK_TCK CLOCKS_PER_SEC
    [all...]

Completed in 545 milliseconds