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

  /external/libchrome/base/time/
time_now_posix.cc 47 // _POSIX_MONOTONIC_CLOCK to -1.
48 #if (defined(OS_POSIX) && defined(_POSIX_MONOTONIC_CLOCK) && \
49 _POSIX_MONOTONIC_CLOCK >= 0) || \
56 #else // _POSIX_MONOTONIC_CLOCK
58 #endif // _POSIX_MONOTONIC_CLOCK
  /bionic/libc/include/bits/
posix_limits.h 59 #define _POSIX_MONOTONIC_CLOCK _POSIX_VERSION /* CLOCK_MONOTONIC. */
  /bionic/libc/bionic/
sysconf.cpp 158 case _SC_MONOTONIC_CLOCK: return _POSIX_MONOTONIC_CLOCK;
  /external/v8/src/base/platform/
time.cc 55 // _POSIX_MONOTONIC_CLOCK to -1.
57 #if (defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0) || \
  /bionic/tests/headers/posix/
unistd_h.c 52 MACRO(_POSIX_MONOTONIC_CLOCK);
  /external/u-boot/arch/sandbox/cpu/
os.c 193 #if defined(CLOCK_MONOTONIC) && defined(_POSIX_MONOTONIC_CLOCK)
  /bionic/tests/
unistd_test.cpp 808 EXPECT_EQ(_POSIX_VERSION, _POSIX_MONOTONIC_CLOCK);
    [all...]

Completed in 1488 milliseconds