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

1 2 3

  /bionic/libc/arch-arm/syscalls/
epoll_create.S 8 ldr r7, =__NR_epoll_create
  /bionic/libc/arch-x86/syscalls/
epoll_create.S 12 movl $__NR_epoll_create, %eax
  /bionic/libc/arch-sh/syscalls/
epoll_create.S 31 0: .long __NR_epoll_create
  /external/chromium/third_party/libevent/
epoll_sub.c 38 return (syscall(__NR_epoll_create, size));
  /bionic/libc/include/sys/
linux-syscalls.h 184 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
230 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
290 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /development/ndk/platforms/android-9/include/sys/
linux-syscalls.h 179 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
223 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
281 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 179 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
223 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
281 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
linux-syscalls.h 179 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
223 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
281 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
linux-syscalls.h 179 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
223 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
281 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /development/ndk/platforms/android-3/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
linux-syscalls.h 173 #define __NR_epoll_create (__NR_SYSCALL_BASE + 250)
213 #define __NR_epoll_create (__NR_SYSCALL_BASE + 254)
  /external/valgrind/main/include/vki/
vki-scnums-amd64-linux.h 296 #define __NR_epoll_create 213
vki-scnums-ppc32-linux.h 279 #define __NR_epoll_create 236
vki-scnums-ppc64-linux.h 273 #define __NR_epoll_create 236
  /bionic/libc/kernel/arch-sh/asm/
unistd_32.h 268 #define __NR_epoll_create 254
unistd_64.h 298 #define __NR_epoll_create 282
  /bionic/libc/kernel/arch-x86/asm/
unistd_32.h 269 #define __NR_epoll_create 254

Completed in 87 milliseconds

1 2 3