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

  /external/chromium/android/
prefix.h 76 #define _POSIX_MONOTONIC_CLOCK 1
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /external/dhcpcd/
common.c 147 #if defined(_POSIX_MONOTONIC_CLOCK) && defined(CLOCK_MONOTONIC)

Completed in 84 milliseconds