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

1 2 3 4 5 6 7 8

  /bionic/libc/kernel/uapi/asm-x86/asm/
unistd_64.h 302 #define __NR_epoll_pwait 281
unistd_x32.h 265 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /development/ndk/platforms/android-21/arch-x86/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
unistd_x32.h 329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
unistd_x32.h 329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /external/kernel-headers/original/uapi/asm-x86/asm/
unistd_64.h 285 #define __NR_epoll_pwait 281
unistd_x32.h 248 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /external/libchrome/sandbox/linux/system_headers/
arm64_linux_syscalls.h 98 #if !defined(__NR_epoll_pwait)
99 #define __NR_epoll_pwait 22
mips64_linux_syscalls.h 1102 #if !defined(__NR_epoll_pwait)
1103 #define __NR_epoll_pwait (__NR_Linux + 272)
x86_64_linux_syscalls.h 1137 #if !defined(__NR_epoll_pwait)
1138 #define __NR_epoll_pwait 281
  /external/strace/
scno.h 851 #ifndef __NR_epoll_pwait
852 # define __NR_epoll_pwait (SYSCALL_BIT | 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-mips64-linux.h 311 #define __NR_epoll_pwait (__NR_Linux + 272)
vki-scnums-s390x-linux.h 280 #define __NR_epoll_pwait 312
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
unistd_64.h 628 #define __NR_epoll_pwait 281
629 __SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
unistd.h 81 #define __NR_epoll_pwait 22
82 __SYSCALL(__NR_epoll_pwait, sys_epoll_pwait)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 89 #define __NR_epoll_pwait 22
90 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
unistd_x32.h 329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
unistd_x32.h 329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
unistd_64.h 372 #define __NR_epoll_pwait 281
unistd_x32.h 329 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281)

Completed in 78 milliseconds

1 2 3 4 5 6 7 8