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

1 2 3

  /bionic/libc/arch-arm/syscalls/
timerfd_gettime.S 8 ldr r7, =__NR_timerfd_gettime
  /bionic/libc/arch-mips/syscalls/
timerfd_gettime.S 11 li $v0, __NR_timerfd_gettime
  /bionic/libc/arch-x86/syscalls/
timerfd_gettime.S 11 movl $__NR_timerfd_gettime, %eax
  /external/valgrind/main/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);
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 371 #define __NR_timerfd_gettime 287
vki-scnums-s390x-linux.h 289 #define __NR_timerfd_gettime 321
vki-scnums-arm-linux.h 393 #define __NR_timerfd_gettime 354
vki-scnums-ppc32-linux.h 357 #define __NR_timerfd_gettime 312
vki-scnums-ppc64-linux.h 349 #define __NR_timerfd_gettime 312
vki-scnums-x86-linux.h 363 #define __NR_timerfd_gettime 326
  /external/chromium_org/sandbox/linux/services/
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
arm_linux_syscalls.h 1254 #if !defined(__NR_timerfd_gettime)
1255 #define __NR_timerfd_gettime (__NR_SYSCALL_BASE+354)
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /external/kernel-headers/original/asm-x86/
unistd_32.h 334 #define __NR_timerfd_gettime 326
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 335 #define __NR_timerfd_gettime 326
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 425 #define __NR_timerfd_gettime 326
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 641 #define __NR_timerfd_gettime 287
642 __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)
  /bionic/libc/kernel/arch-mips/asm/
unistd.h 426 #define __NR_timerfd_gettime (__NR_Linux + 322)
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
unistd.h 426 #define __NR_timerfd_gettime (__NR_Linux + 322)
    [all...]

Completed in 56 milliseconds

1 2 3