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

1 2 3

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 8 ldr r7, =__NR_timerfd_create
  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 11 li $v0, __NR_timerfd_create
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 11 movl $__NR_timerfd_create, %eax
  /development/ndk/sources/android/libportable/arch-mips/
timerfd.c 71 rv = REAL(syscall)(__NR_timerfd_create, clockid, native_flags);
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 57 #ifndef __NR_timerfd_create
59 #define __NR_timerfd_create 283
61 #define __NR_timerfd_create 322
63 #define __NR_timerfd_create 306
65 #define __NR_timerfd_create 319
132 return syscall(__NR_timerfd_create, clockid, flags);
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 367 #define __NR_timerfd_create 283
vki-scnums-s390x-linux.h 287 #define __NR_timerfd_create 319
vki-scnums-arm-linux.h 389 #define __NR_timerfd_create 350
vki-scnums-ppc32-linux.h 351 #define __NR_timerfd_create 306
vki-scnums-ppc64-linux.h 343 #define __NR_timerfd_create 306
vki-scnums-x86-linux.h 359 #define __NR_timerfd_create 322
  /external/chromium_org/sandbox/linux/services/
x86_64_linux_syscalls.h 1145 #if !defined(__NR_timerfd_create)
1146 #define __NR_timerfd_create 283
x86_32_linux_syscalls.h 1285 #if !defined(__NR_timerfd_create)
1286 #define __NR_timerfd_create 322
arm_linux_syscalls.h 1238 #if !defined(__NR_timerfd_create)
1239 #define __NR_timerfd_create (__NR_SYSCALL_BASE+350)
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /development/ndk/platforms/android-9/arch-x86/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /external/kernel-headers/original/asm-x86/
unistd_32.h 330 #define __NR_timerfd_create 322
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_32.h 331 #define __NR_timerfd_create 322
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
unistd_32.h 420 #define __NR_timerfd_create 322
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
unistd_64.h 633 #define __NR_timerfd_create 283
634 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
  /bionic/libc/kernel/arch-mips/asm/
unistd.h 425 #define __NR_timerfd_create (__NR_Linux + 321)
    [all...]

Completed in 3817 milliseconds

1 2 3