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

  /prebuilts/gcc/linux-x86/host/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
time.h 47 # ifndef CLK_TCK
48 # define CLK_TCK CLOCKS_PER_SEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
time.h 47 # ifndef CLK_TCK
48 # define CLK_TCK CLOCKS_PER_SEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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;

Completed in 538 milliseconds