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

1 2 3 4 5 6 7 8

  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_386.s 13 #define CLOCK_MONOTONIC $3
164 MOVL CLOCK_MONOTONIC, 4(SP) // arg 1 - clock_id
sys_openbsd_amd64.s 13 #define CLOCK_MONOTONIC $3
198 MOVQ CLOCK_MONOTONIC, DI // arg 1 - clock_id
sys_openbsd_arm.s 14 #define CLOCK_MONOTONIC $3
173 MOVW CLOCK_MONOTONIC, R0 // arg 1 - clock_id
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_386.s 13 #define CLOCK_MONOTONIC $3
164 MOVL CLOCK_MONOTONIC, 4(SP) // arg 1 - clock_id
sys_openbsd_amd64.s 13 #define CLOCK_MONOTONIC $3
198 MOVQ CLOCK_MONOTONIC, DI // arg 1 - clock_id
sys_openbsd_arm.s 14 #define CLOCK_MONOTONIC $3
173 MOVW CLOCK_MONOTONIC, R0 // arg 1 - clock_id
  /system/media/audio_utils/include/audio_utils/
clock_nanosleep.h 41 // macOS <10.12 doesn't have clockid_t / CLOCK_MONOTONIC
42 #ifndef CLOCK_MONOTONIC
44 #define CLOCK_MONOTONIC 0
  /external/strace/xlat/
clocknames.h 5 #if !(defined(CLOCK_MONOTONIC) || (defined(HAVE_DECL_CLOCK_MONOTONIC) && HAVE_DECL_CLOCK_MONOTONIC))
6 # define CLOCK_MONOTONIC 1
48 XLAT(CLOCK_MONOTONIC),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
time.h 48 # define CLOCK_MONOTONIC 1
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_time.h 61 #ifndef CLOCK_MONOTONIC
62 #define CLOCK_MONOTONIC 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
time.h 63 # define CLOCK_MONOTONIC 1
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
time.h 63 # define CLOCK_MONOTONIC 1
  /development/ndk/platforms/android-12/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /development/ndk/platforms/android-9/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 46 #define CLOCK_MONOTONIC 1
66 case CLOCK_MONOTONIC:
67 return "CLOCK_MONOTONIC";
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1

Completed in 509 milliseconds

1 2 3 4 5 6 7 8