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

1 2 3 4 5 6 7 8 910

  /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
  /external/ltp/include/lapi/
timerfd.h 48 return ltp_syscall(__NR_timerfd_gettime, fd, curr_value);
  /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 33 && defined __NR_timerfd_gettime \
84 if (syscall(__NR_timerfd_gettime, 0, &old.its))
100 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /external/strace/tests-m32/
timerfd_xettime.c 33 && defined __NR_timerfd_gettime \
84 if (syscall(__NR_timerfd_gettime, 0, &old.its))
100 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /external/strace/tests-mx32/
timerfd_xettime.c 33 && defined __NR_timerfd_gettime \
84 if (syscall(__NR_timerfd_gettime, 0, &old.its))
100 SKIP_MAIN_UNDEFINED("__NR_timerfd_create && __NR_timerfd_gettime"
  /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/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 380 #define __NR_timerfd_gettime 287

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 910