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

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
timerfd_create.S 8 ldr r7, =__NR_timerfd_create
  /bionic/libc/arch-arm64/syscalls/
timerfd_create.S 6 mov x8, __NR_timerfd_create
  /bionic/libc/arch-mips/syscalls/
timerfd_create.S 8 li v0, __NR_timerfd_create
  /bionic/libc/arch-x86_64/syscalls/
timerfd_create.S 6 movl $__NR_timerfd_create, %eax
  /bionic/libc/arch-mips64/syscalls/
timerfd_create.S 8 li v0, __NR_timerfd_create
  /bionic/libc/arch-x86/syscalls/
timerfd_create.S 20 movl $__NR_timerfd_create, %eax
  /external/strace/tests/
timerfd_xettime.c 39 #if defined __NR_timerfd_create \
48 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
  /external/valgrind/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);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 367 #define __NR_timerfd_create 283
vki-scnums-arm64-linux.h 130 #define __NR_timerfd_create 85
vki-scnums-s390x-linux.h 287 #define __NR_timerfd_create 319
vki-scnums-tilegx-linux.h 177 #define __NR_timerfd_create 85
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 350 #if !defined(__NR_timerfd_create)
351 #define __NR_timerfd_create 85
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
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 151 #define __NR_timerfd_create 85
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 419 #define __NR_timerfd_create 322

Completed in 2044 milliseconds

1 2 3 4 5 6 7