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

  /bionic/tests/
unistd_test.cpp 23 ASSERT_GT(sysconf(_SC_MONOTONIC_CLOCK), 0);
  /bionic/libc/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /development/ndk/platforms/android-3/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
sysconf.h 130 #define _SC_MONOTONIC_CLOCK 0x0064
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
confname.h 392 _SC_MONOTONIC_CLOCK,
393 #define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 392 _SC_MONOTONIC_CLOCK,
393 #define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h 392 _SC_MONOTONIC_CLOCK,
393 #define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
  /bionic/libc/bionic/
sysconf.cpp 337 case _SC_MONOTONIC_CLOCK: return __sysconf_monotonic_clock();

Completed in 880 milliseconds