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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 385 #define __NR_epoll_create1 291
unistd_x32.h 339 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 385 #define __NR_epoll_create1 291
unistd_x32.h 341 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 385 #define __NR_epoll_create1 291
unistd_x32.h 341 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 295 #define __NR_epoll_create1 291
unistd_x32.h 258 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 90 #if !defined(__NR_epoll_create1)
91 #define __NR_epoll_create1 20
mips64_linux_syscalls.h 1154 #if !defined(__NR_epoll_create1)
1155 #define __NR_epoll_create1 (__NR_Linux + 285)
x86_64_linux_syscalls.h 1177 #if !defined(__NR_epoll_create1)
1178 #define __NR_epoll_create1 291
  /external/strace/
scno.h 881 #ifndef __NR_epoll_create1
882 # define __NR_epoll_create1 (SYSCALL_BIT | 291)
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 375 #define __NR_epoll_create1 291
vki-scnums-arm64-linux.h 59 #define __NR_epoll_create1 20
vki-scnums-mips64-linux.h 324 #define __NR_epoll_create1 (__NR_Linux + 285)
vki-scnums-s390x-linux.h 295 #define __NR_epoll_create1 327
vki-scnums-tilegx-linux.h 68 #define __NR_epoll_create1 20
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 648 #define __NR_epoll_create1 291
649 __SYSCALL(__NR_epoll_create1, sys_epoll_create1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 77 #define __NR_epoll_create1 20
78 __SYSCALL(__NR_epoll_create1, sys_epoll_create1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 85 #define __NR_epoll_create1 20
86 __SYSCALL(__NR_epoll_create1, sys_epoll_create1)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 385 #define __NR_epoll_create1 291
unistd_x32.h 341 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 385 #define __NR_epoll_create1 291
unistd_x32.h 341 #define __NR_epoll_create1 (__X32_SYSCALL_BIT + 291)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 385 #define __NR_epoll_create1 291

Completed in 1200 milliseconds

1 2 3 4 5 6 7 8