Searched refs:__NR_epoll_wait (Results 1 - 25 of 31) sorted by relevance

12

/external/strace/tests/
H A Depoll_wait.c4 #ifdef __NR_epoll_wait
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
25 SKIP_MAIN_UNDEFINED("__NR_epoll_wait")
/external/strace/tests-m32/
H A Depoll_wait.c4 #ifdef __NR_epoll_wait
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
25 SKIP_MAIN_UNDEFINED("__NR_epoll_wait")
/external/strace/tests-mx32/
H A Depoll_wait.c4 #ifdef __NR_epoll_wait
15 long rc = syscall(__NR_epoll_wait, -1, ev, 1, -2);
25 SKIP_MAIN_UNDEFINED("__NR_epoll_wait")
/external/libevent/
H A Depoll_sub.c61 #if !defined(__NR_epoll_wait) && defined(__NR_epoll_pwait)
64 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
/external/valgrind/include/vki/
H A Dvki-scnums-amd64-linux.h315 #define __NR_epoll_wait 232 macro
H A Dvki-scnums-s390x-linux.h221 #define __NR_epoll_wait 251 macro
H A Dvki-scnums-arm-linux.h289 #define __NR_epoll_wait 252 macro
H A Dvki-scnums-ppc32-linux.h281 #define __NR_epoll_wait 238 macro
H A Dvki-scnums-ppc64-linux.h275 #define __NR_epoll_wait 238 macro
H A Dvki-scnums-x86-linux.h293 #define __NR_epoll_wait 256 macro
H A Dvki-scnums-mips64-linux.h248 #define __NR_epoll_wait (__NR_Linux + 209) macro
H A Dvki-scnums-mips32-linux.h290 #define __NR_epoll_wait (__NR_Linux + 250) macro
/external/minijail/linux-x86/
H A Dlibsyscalls.gen.c702 #ifdef __NR_epoll_wait
703 { "epoll_wait", __NR_epoll_wait },
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dunistd_32.h257 #define __NR_epoll_wait 256 macro
H A Dunistd_64.h236 #define __NR_epoll_wait 232 macro
H A Dunistd_x32.h207 #define __NR_epoll_wait (__X32_SYSCALL_BIT + 232) macro
/external/strace/
H A Dscno.h971 #ifndef __NR_epoll_wait
972 # define __NR_epoll_wait (SYSCALL_BIT | 1069) macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dunistd.h274 #define __NR_epoll_wait (__NR_Linux + 250) macro
618 #define __NR_epoll_wait (__NR_Linux + 209) macro
962 #define __NR_epoll_wait (__NR_Linux + 209) macro
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd-common.h213 #define __NR_epoll_wait (__NR_SYSCALL_BASE + 252) macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dunistd.h868 #define __NR_epoll_wait 1069 macro
869 __SYSCALL(__NR_epoll_wait, sys_epoll_wait)
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.c1163 // __NR_epoll_wait 256
1164 GO(__NR_epoll_wait, "4s 1m");
1165 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL;
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-amd64-linux.c738 LINXY(__NR_epoll_wait, sys_epoll_wait), // 232
H A Dsyswrap-ppc32-linux.c904 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238
H A Dsyswrap-ppc64-linux.c818 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.c1730 // __NR_epoll_wait 256
1731 GO(__NR_epoll_wait, "4s 1m");
1732 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL;

Completed in 315 milliseconds

12