/external/libevent/ |
D | epoll_sub.c | 60 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait) in epoll_wait() 61 return (syscall(__NR_epoll_pwait, epfd, events, maxevents, timeout, NULL, 0)); in epoll_wait()
|
/external/libchrome/sandbox/linux/system_headers/ |
D | arm64_linux_syscalls.h | 98 #if !defined(__NR_epoll_pwait) 99 #define __NR_epoll_pwait 22 macro
|
D | x86_64_linux_syscalls.h | 1137 #if !defined(__NR_epoll_pwait) 1138 #define __NR_epoll_pwait 281 macro
|
D | x86_32_linux_syscalls.h | 1273 #if !defined(__NR_epoll_pwait) 1274 #define __NR_epoll_pwait 319 macro
|
D | mips64_linux_syscalls.h | 1102 #if !defined(__NR_epoll_pwait) 1103 #define __NR_epoll_pwait (__NR_Linux + 272) macro
|
D | mips_linux_syscalls.h | 1268 #if !defined(__NR_epoll_pwait) 1269 #define __NR_epoll_pwait (__NR_Linux + 313) macro
|
D | arm_linux_syscalls.h | 1228 #if !defined(__NR_epoll_pwait) 1229 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
|
/external/valgrind/include/vki/ |
D | vki-scnums-tilegx-linux.h | 70 #define __NR_epoll_pwait 22 macro
|
D | vki-scnums-s390x-linux.h | 280 #define __NR_epoll_pwait 312 macro
|
D | vki-scnums-arm64-linux.h | 61 #define __NR_epoll_pwait 22 macro
|
D | vki-scnums-amd64-linux.h | 365 #define __NR_epoll_pwait 281 macro
|
D | vki-scnums-x86-linux.h | 356 #define __NR_epoll_pwait 319 macro
|
D | vki-scnums-arm-linux.h | 385 #define __NR_epoll_pwait 346 macro
|
D | vki-scnums-ppc64-linux.h | 340 #define __NR_epoll_pwait 303 macro
|
D | vki-scnums-ppc32-linux.h | 348 #define __NR_epoll_pwait 303 macro
|
D | vki-scnums-mips64-linux.h | 311 #define __NR_epoll_pwait (__NR_Linux + 272) macro
|
D | vki-scnums-mips32-linux.h | 353 #define __NR_epoll_pwait (__NR_Linux + 313) macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 285 #define __NR_epoll_pwait 281 macro
|
D | unistd_32.h | 319 #define __NR_epoll_pwait 319 macro
|
D | unistd_x32.h | 248 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281) macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | unistd.h | 336 #define __NR_epoll_pwait (__NR_Linux + 313) macro 672 #define __NR_epoll_pwait (__NR_Linux + 272) macro 1013 #define __NR_epoll_pwait (__NR_Linux + 276) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 86 #define __NR_epoll_pwait 22 macro 87 __SC_COMP(__NR_epoll_pwait, sys_epoll_pwait, compat_sys_epoll_pwait)
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd.h | 375 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_sets.cc | 424 case __NR_epoll_pwait: in IsAllowedEpoll()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 874 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 22
|