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

1 2 3 4 5

  /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);
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
unistd_x32.h 331 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
unistd_x32.h 331 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
unistd_64.h 375 #define __NR_timerfd_create 283
unistd_x32.h 331 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
  /external/chromium_org/sandbox/linux/services/
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
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 264 #define __NR_timerfd_create 85
265 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 287 #define __NR_timerfd_create 283
unistd_x32.h 252 #define __NR_timerfd_create (__X32_SYSCALL_BIT + 283)
  /external/linux-tools-perf/perf-3.12.0/arch/cris/include/uapi/asm/
unistd.h 329 #define __NR_timerfd_create 322
  /external/linux-tools-perf/perf-3.12.0/arch/frv/include/uapi/asm/
unistd.h 331 #define __NR_timerfd_create 322
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/include/uapi/asm/
unistd.h 302 #define __NR_timerfd_create 1310
  /external/linux-tools-perf/perf-3.12.0/arch/m68k/include/uapi/asm/
unistd.h 326 #define __NR_timerfd_create 318
  /external/linux-tools-perf/perf-3.12.0/arch/s390/include/uapi/asm/
unistd.h 257 #define __NR_timerfd_create 319
  /external/valgrind/main/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-mips64-linux.h 319 #define __NR_timerfd_create (__NR_Linux + 280)
vki-scnums-s390x-linux.h 287 #define __NR_timerfd_create 319
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
unistd_64.h 632 #define __NR_timerfd_create 283
633 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
unistd.h 248 #define __NR_timerfd_create 85
249 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 632 #define __NR_timerfd_create 283
633 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 248 #define __NR_timerfd_create 85
249 __SYSCALL(__NR_timerfd_create, sys_timerfd_create)

Completed in 85 milliseconds

1 2 3 4 5