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

1 2 3 4 5 6 7

  /bionic/libc/arch-arm64/syscalls/
__epoll_pwait.S 6 mov x8, __NR_epoll_pwait
  /bionic/libc/arch-mips/syscalls/
__epoll_pwait.S 8 li v0, __NR_epoll_pwait
  /bionic/libc/arch-x86_64/syscalls/
__epoll_pwait.S 7 movl $__NR_epoll_pwait, %eax
  /external/libevent/
epoll_sub.c 60 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait)
61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0));
  /bionic/libc/arch-arm/syscalls/
__epoll_pwait.S 14 ldr r7, =__NR_epoll_pwait
  /bionic/libc/arch-mips64/syscalls/
__epoll_pwait.S 8 li v0, __NR_epoll_pwait
  /bionic/libc/arch-x86/syscalls/
__epoll_pwait.S 36 movl $__NR_epoll_pwait, %eax
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /external/valgrind/include/vki/
vki-scnums-amd64-linux.h 365 #define __NR_epoll_pwait 281
vki-scnums-arm64-linux.h 61 #define __NR_epoll_pwait 22
vki-scnums-s390x-linux.h 280 #define __NR_epoll_pwait 312
vki-scnums-tilegx-linux.h 70 #define __NR_epoll_pwait 22
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 98 #if !defined(__NR_epoll_pwait)
99 #define __NR_epoll_pwait 22
x86_64_linux_syscalls.h 1137 #if !defined(__NR_epoll_pwait)
1138 #define __NR_epoll_pwait 281
x86_32_linux_syscalls.h 1273 #if !defined(__NR_epoll_pwait)
1274 #define __NR_epoll_pwait 319
  /bionic/libc/kernel/uapi/asm-generic/
unistd.h 66 #define __NR_epoll_pwait 22
  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_32.h 415 #define __NR_epoll_pwait 319
unistd_64.h 372 #define __NR_epoll_pwait 281

Completed in 129 milliseconds

1 2 3 4 5 6 7