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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_time.h 34 #ifndef _POSIX_MONOTONIC_CLOCK
35 #define _POSIX_MONOTONIC_CLOCK 200809L
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix_opt.h 162 #define _POSIX_MONOTONIC_CLOCK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix_opt.h 162 #define _POSIX_MONOTONIC_CLOCK 0
  /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/libchrome/base/time/
time_posix.cc 103 // _POSIX_MONOTONIC_CLOCK to -1.
105 defined(_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0) || \
115 #else // _POSIX_MONOTONIC_CLOCK
117 #endif // _POSIX_MONOTONIC_CLOCK
  /external/dhcpcd-6.8.2/
common.c 94 #if defined(_POSIX_MONOTONIC_CLOCK) && defined(CLOCK_MONOTONIC)
  /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);
  /bionic/tests/
unistd_test.cpp 770 EXPECT_EQ(_POSIX_VERSION, _POSIX_MONOTONIC_CLOCK);
    [all...]

Completed in 1951 milliseconds