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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /hardware/ril/librilutils/
librilutils.c 22 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
3-1.c 9 * Test that clock_getres() supports a clock_id of CLOCK_MONOTONIC if
20 #ifdef CLOCK_MONOTONIC
28 if (clock_getres(CLOCK_MONOTONIC, &res) == 0) {
46 printf("CLOCK_MONOTONIC unsupported\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
20-1.c 9 * CLOCK_MONOTONIC.
23 #ifdef CLOCK_MONOTONIC
32 if (clock_settime(CLOCK_MONOTONIC, &tpset) == -1) {
41 printf("clock_settime() did not fail with CLOCK_MONOTONIC\n");
47 printf("CLOCK_MONOTONIC not supported\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/
1-2.c 14 * 2. Set the clock to CLOCK_MONOTONIC (if the kernel has that capability)
17 * *FIX-ME: Need to find a better check on whether the kernel supports CLOCK_MONOTONIC
35 /* Check whether kernel supports CLOCK_MONOTONIC */
36 rc = clock_getres(CLOCK_MONOTONIC, &ts);
38 printf("UNSUPPORTED: CLOCK_MONOTONIC is unsupported\n");
50 rc = pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
52 printf("Test FAILED: Could not set clock to CLOCK_MONOTONIC\n");
  /system/core/liblog/tests/
log_time_test.cpp 25 log_time(CLOCK_MONOTONIC);
31 clock_gettime(CLOCK_MONOTONIC, &ts);
  /development/ndk/platforms/android-9/include/linux/
time.h 58 #define CLOCK_MONOTONIC 1
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
65 #define CLOCKS_MONO CLOCK_MONOTONIC
  /external/compiler-rt/test/tsan/
cond_version.c 26 pthread_condattr_setclock(&at, CLOCK_MONOTONIC);
29 clock_gettime(CLOCK_MONOTONIC, &ts0);
39 clock_gettime(CLOCK_MONOTONIC, &ts2);
  /external/strace/xlat/
clocknames.h 5 #if !(defined(CLOCK_MONOTONIC) || (defined(HAVE_DECL_CLOCK_MONOTONIC) && HAVE_DECL_CLOCK_MONOTONIC))
6 # define CLOCK_MONOTONIC 1
43 XLAT(CLOCK_MONOTONIC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
68 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
69 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
time.h 58 #define CLOCK_MONOTONIC 1
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
65 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
time.h 58 #define CLOCK_MONOTONIC 1
64 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
65 #define CLOCKS_MONO CLOCK_MONOTONIC

Completed in 1503 milliseconds

12 3 4 5 6 7 8 91011>>