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

  /prebuilts/go/darwin-x86/src/runtime/
sys_openbsd_amd64.s 13 #define CLOCK_MONOTONIC $3
202 MOVQ CLOCK_MONOTONIC, DI // arg 1 - clock_id
sys_openbsd_arm.s 14 #define CLOCK_MONOTONIC $3
186 MOVW CLOCK_MONOTONIC, R0 // arg 1 - clock_id
sys_openbsd_386.s 13 #define CLOCK_MONOTONIC $3
177 MOVL CLOCK_MONOTONIC, 4(SP) // arg 1 - clock_id
defs_freebsd.go 64 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /prebuilts/go/linux-x86/src/runtime/
sys_openbsd_amd64.s 13 #define CLOCK_MONOTONIC $3
202 MOVQ CLOCK_MONOTONIC, DI // arg 1 - clock_id
sys_openbsd_arm.s 14 #define CLOCK_MONOTONIC $3
186 MOVW CLOCK_MONOTONIC, R0 // arg 1 - clock_id
sys_openbsd_386.s 13 #define CLOCK_MONOTONIC $3
177 MOVL CLOCK_MONOTONIC, 4(SP) // arg 1 - clock_id
defs_freebsd.go 64 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /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
43 XLAT(CLOCK_MONOTONIC),
  /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
  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 35 #define CLOCK_MONOTONIC 1
55 case CLOCK_MONOTONIC:
56 return "CLOCK_MONOTONIC";
alarmtimer-suspend.c 34 #define CLOCK_MONOTONIC 1
62 case CLOCK_MONOTONIC:
63 return "CLOCK_MONOTONIC";
inconsistency-check.c 37 #define CLOCK_MONOTONIC 1
55 case CLOCK_MONOTONIC:
56 return "CLOCK_MONOTONIC";
nsleep-lat.c 35 #define CLOCK_MONOTONIC 1
55 case CLOCK_MONOTONIC:
56 return "CLOCK_MONOTONIC";
set-timer-lat.c 34 #define CLOCK_MONOTONIC 1
63 case CLOCK_MONOTONIC:
64 return "CLOCK_MONOTONIC";
  /bionic/libc/kernel/uapi/linux/
time.h 49 #define CLOCK_MONOTONIC 1
61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
62 #define CLOCKS_MONO CLOCK_MONOTONIC
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 161 #define CLOCK_MONOTONIC 3
  /external/kernel-headers/original/uapi/linux/
time.h 49 #define CLOCK_MONOTONIC 1
66 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
67 #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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 105 #define CLOCK_MONOTONIC 4

Completed in 736 milliseconds