Home
last modified time | relevance | path

Searched refs:__NR_epoll_pwait (Results 1 – 25 of 34) sorted by relevance

12

/external/libevent/
Depoll_sub.c60 #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/
Darm64_linux_syscalls.h98 #if !defined(__NR_epoll_pwait)
99 #define __NR_epoll_pwait 22 macro
Dx86_64_linux_syscalls.h1137 #if !defined(__NR_epoll_pwait)
1138 #define __NR_epoll_pwait 281 macro
Dx86_32_linux_syscalls.h1273 #if !defined(__NR_epoll_pwait)
1274 #define __NR_epoll_pwait 319 macro
Dmips64_linux_syscalls.h1102 #if !defined(__NR_epoll_pwait)
1103 #define __NR_epoll_pwait (__NR_Linux + 272) macro
Dmips_linux_syscalls.h1268 #if !defined(__NR_epoll_pwait)
1269 #define __NR_epoll_pwait (__NR_Linux + 313) macro
Darm_linux_syscalls.h1228 #if !defined(__NR_epoll_pwait)
1229 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
/external/valgrind/include/vki/
Dvki-scnums-tilegx-linux.h70 #define __NR_epoll_pwait 22 macro
Dvki-scnums-s390x-linux.h280 #define __NR_epoll_pwait 312 macro
Dvki-scnums-arm64-linux.h61 #define __NR_epoll_pwait 22 macro
Dvki-scnums-amd64-linux.h365 #define __NR_epoll_pwait 281 macro
Dvki-scnums-x86-linux.h356 #define __NR_epoll_pwait 319 macro
Dvki-scnums-arm-linux.h385 #define __NR_epoll_pwait 346 macro
Dvki-scnums-ppc64-linux.h340 #define __NR_epoll_pwait 303 macro
Dvki-scnums-ppc32-linux.h348 #define __NR_epoll_pwait 303 macro
Dvki-scnums-mips64-linux.h311 #define __NR_epoll_pwait (__NR_Linux + 272) macro
Dvki-scnums-mips32-linux.h353 #define __NR_epoll_pwait (__NR_Linux + 313) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h285 #define __NR_epoll_pwait 281 macro
Dunistd_32.h319 #define __NR_epoll_pwait 319 macro
Dunistd_x32.h248 #define __NR_epoll_pwait (__X32_SYSCALL_BIT + 281) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h336 #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/
Dunistd.h86 #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/
Dunistd.h375 #define __NR_epoll_pwait (__NR_SYSCALL_BASE+346) macro
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc424 case __NR_epoll_pwait: in IsAllowedEpoll()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-arm64-linux.c874 LINXY(__NR_epoll_pwait, sys_epoll_pwait), // 22

12