HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 276 - 300 of 539) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /system/chre/platform/linux/
system_timer.cc 66 int ret = timer_create(CLOCK_MONOTONIC, &sigevt, &mTimerId);
  /system/extras/simpleperf/
environment.h 81 clock_gettime(CLOCK_MONOTONIC, &ts);
  /art/runtime/base/
time_utils.cc 129 clock_gettime(CLOCK_MONOTONIC, &now);
141 clock_gettime(CLOCK_MONOTONIC, &now);
153 clock_gettime(CLOCK_MONOTONIC, &now);
  /bionic/tests/
time_test.cpp 262 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
292 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
406 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
438 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
447 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
560 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts1));
562 ASSERT_EQ(0, syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts2));

Completed in 882 milliseconds

<<11121314151617181920>>