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

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
timerfd_gettime.S 8 ldr r7, =__NR_timerfd_gettime
  /bionic/libc/arch-arm64/syscalls/
timerfd_gettime.S 6 mov x8, __NR_timerfd_gettime
  /bionic/libc/arch-mips/syscalls/
timerfd_gettime.S 8 li v0, __NR_timerfd_gettime
  /bionic/libc/arch-x86_64/syscalls/
timerfd_gettime.S 6 movl $__NR_timerfd_gettime, %eax
  /bionic/libc/arch-mips64/syscalls/
timerfd_gettime.S 8 li v0, __NR_timerfd_gettime
  /bionic/libc/arch-x86/syscalls/
timerfd_gettime.S 20 movl $__NR_timerfd_gettime, %eax
  /external/strace/tests/
timerfd_xettime.c 40 && defined __NR_timerfd_gettime \
80 if (syscall(__NR_timerfd_gettime, 0, &old.its))
  /external/valgrind/memcheck/tests/linux/
timerfd-syscall.c 74 #define __NR_timerfd_gettime 287
77 #define __NR_timerfd_gettime 326
80 #define __NR_timerfd_gettime 312
83 #define __NR_timerfd_gettime 321
143 return syscall(__NR_timerfd_gettime, ufc, otmr);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 371 #define __NR_timerfd_gettime 287
vki-scnums-arm64-linux.h 132 #define __NR_timerfd_gettime 87
vki-scnums-s390x-linux.h 289 #define __NR_timerfd_gettime 321
vki-scnums-tilegx-linux.h 179 #define __NR_timerfd_gettime 87
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 358 #if !defined(__NR_timerfd_gettime)
359 #define __NR_timerfd_gettime 87
x86_64_linux_syscalls.h 1161 #if !defined(__NR_timerfd_gettime)
1162 #define __NR_timerfd_gettime 287
x86_32_linux_syscalls.h 1301 #if !defined(__NR_timerfd_gettime)
1302 #define __NR_timerfd_gettime 326
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 154 #define __NR_timerfd_gettime 87
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 424 #define __NR_timerfd_gettime 326

Completed in 539 milliseconds

1 2 3 4 5 6 7