HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
6-3-buildonly.c 10 Test that CLOCK_MONOTONIC is defined
15 #ifndef CLOCK_MONOTONIC
16 #error CLOCK_MONOTONIC not defined
  /external/libmicrohttpd/src/microspdy/
internal.c 33 #ifdef CLOCK_MONOTONIC
35 if (0 == clock_gettime (CLOCK_MONOTONIC, &ts))
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wait_bitset01.c 40 tst_timer_check(CLOCK_MONOTONIC);
45 verify_futex_wait_bitset(DEFAULT_TIMEOUT_US, CLOCK_MONOTONIC);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_settime/
6-1.c 8 * Test that clock_settime() cannot set the monotonic clock CLOCK_MONOTONIC,
9 * and will fail if invoked with clock CLOCK_MONOTONIC.
21 #ifdef CLOCK_MONOTONIC
26 if (clock_settime(CLOCK_MONOTONIC, &tpset) == -1) {
30 printf("clock_settime() did not fail with CLOCK_MONOTONIC\n");
36 printf("CLOCK_MONOTONIC not supported\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
3-1.c 8 Test that parameter CLOCK_MONOTONIC returns seconds since the
21 #ifdef CLOCK_MONOTONIC
27 printf("CLOCK_MONOTONIC unsupported\n");
31 if (clock_gettime(CLOCK_MONOTONIC, &ts1) != 0) {
36 if (clock_gettime(CLOCK_MONOTONIC, &ts2) != 0) {
43 if (clock_gettime(CLOCK_MONOTONIC, &ts3) != 0) {
49 if (clock_gettime(CLOCK_MONOTONIC, &ts4) != 0) {
64 printf("CLOCK_MONOTONIC unsupported\n");
  /bionic/libc/kernel/uapi/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /development/ndk/platforms/android-21/include/linux/
time.h 56 #define CLOCK_MONOTONIC 1
71 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
72 #define CLOCKS_MONO CLOCK_MONOTONIC
  /external/kernel-headers/original/uapi/linux/
time.h 48 #define CLOCK_MONOTONIC 1
61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
62 #define CLOCKS_MONO CLOCK_MONOTONIC
  /prebuilts/ndk/r10/platforms/android-21/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/r10/platforms/android-21/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/r10/platforms/android-21/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/r10/platforms/android-21/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/r10/platforms/android-21/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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-21/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-21/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-21/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-21/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-21/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

Completed in 1308 milliseconds

1 2 3 4 5 6 7 8 91011>>