Home
last modified time | relevance | path

Searched refs:__NR_epoll_wait (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()
63 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_syscalls.h941 #if !defined(__NR_epoll_wait)
942 #define __NR_epoll_wait 232 macro
Dx86_32_linux_syscalls.h1025 #if !defined(__NR_epoll_wait)
1026 #define __NR_epoll_wait 256 macro
Dmips64_linux_syscalls.h852 #if !defined(__NR_epoll_wait)
853 #define __NR_epoll_wait (__NR_Linux + 209) macro
Darm_linux_syscalls.h856 #if !defined(__NR_epoll_wait)
857 #define __NR_epoll_wait (__NR_SYSCALL_BASE+252) macro
Dmips_linux_syscalls.h1018 #if !defined(__NR_epoll_wait)
1019 #define __NR_epoll_wait (__NR_Linux + 250) macro
/external/valgrind/include/vki/
Dvki-scnums-s390x-linux.h221 #define __NR_epoll_wait 251 macro
Dvki-scnums-amd64-linux.h315 #define __NR_epoll_wait 232 macro
Dvki-scnums-ppc32-linux.h281 #define __NR_epoll_wait 238 macro
Dvki-scnums-x86-linux.h293 #define __NR_epoll_wait 256 macro
Dvki-scnums-ppc64-linux.h275 #define __NR_epoll_wait 238 macro
Dvki-scnums-arm-linux.h289 #define __NR_epoll_wait 252 macro
Dvki-scnums-mips64-linux.h248 #define __NR_epoll_wait (__NR_Linux + 209) macro
Dvki-scnums-mips32-linux.h290 #define __NR_epoll_wait (__NR_Linux + 250) macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dunistd_64.h236 #define __NR_epoll_wait 232 macro
Dunistd_32.h257 #define __NR_epoll_wait 256 macro
Dunistd_x32.h207 #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dunistd.h273 #define __NR_epoll_wait (__NR_Linux + 250) macro
609 #define __NR_epoll_wait (__NR_Linux + 209) macro
946 #define __NR_epoll_wait (__NR_Linux + 209) macro
/external/kernel-headers/original/uapi/asm-generic/
Dunistd.h851 #define __NR_epoll_wait 1069 macro
852 __SYSCALL(__NR_epoll_wait, sys_epoll_wait)
/external/kernel-headers/original/uapi/asm-arm/asm/
Dunistd.h280 #define __NR_epoll_wait (__NR_SYSCALL_BASE+252) macro
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c1145 GO(__NR_epoll_wait, "4s 1m"); in main()
1146 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL; in main()
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.cc415 case __NR_epoll_wait: in IsAllowedEpoll()
/external/valgrind/memcheck/tests/darwin/
Dscalar.c1731 GO(__NR_epoll_wait, "4s 1m"); in main()
1732 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL; in main()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc64-linux.c1064 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238
Dsyswrap-ppc32-linux.c1146 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238

12