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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 154 #define _POSIX_MONOTONIC_CLOCK 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 154 #define _POSIX_MONOTONIC_CLOCK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 154 #define _POSIX_MONOTONIC_CLOCK 0
  /external/chromium/base/
time_posix.cc 162 // FreeBSD 6 has CLOCK_MONOLITHIC but defines _POSIX_MONOTONIC_CLOCK to -1.
164 defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0) || \
193 #else // _POSIX_MONOTONIC_CLOCK
195 #endif // _POSIX_MONOTONIC_CLOCK
  /bionic/libc/include/sys/
limits.h 173 #define _POSIX_MONOTONIC_CLOCK 0 /* the monotonic clock may be available; ask sysconf */
  /development/ndk/platforms/android-3/include/sys/
limits.h 173 #define _POSIX_MONOTONIC_CLOCK 0 /* the monotonic clock may be available; ask sysconf */
  /external/dhcpcd/
common.c 147 #if defined(_POSIX_MONOTONIC_CLOCK) && defined(CLOCK_MONOTONIC)

Completed in 39 milliseconds