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

/external/chromium/third_party/libevent/
H A Depoll_sub.c51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
/external/valgrind/main/include/vki/
H A Dvki-scnums-amd64-linux.h315 #define __NR_epoll_wait 232 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-arm-linux.h289 #define __NR_epoll_wait 252 macro
H A Dvki-scnums-x86-linux.h293 #define __NR_epoll_wait 256 macro
/external/kernel-headers/original/asm-x86/
H A Dunistd_32.h264 #define __NR_epoll_wait 256 macro
/external/strace/
H A Dsyscall-android.h39 #define SYS_epoll_wait __NR_epoll_wait
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.c1142 // __NR_epoll_wait 256
1143 GO(__NR_epoll_wait, "4s 1m");
1144 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL;
H A Dscalar.stderr.exp2915 256: __NR_epoll_wait 4s 1m
/external/kernel-headers/original/asm-arm/
H A Dunistd.h280 #define __NR_epoll_wait (__NR_SYSCALL_BASE+252) macro
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.c1724 // __NR_epoll_wait 256
1725 GO(__NR_epoll_wait, "4s 1m");
1726 SY(__NR_epoll_wait, x0, x0, x0+1, x0); FAIL;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-ppc32-linux.c1722 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238
H A Dsyswrap-ppc64-linux.c1449 LINXY(__NR_epoll_wait, sys_epoll_wait), // 238
H A Dsyswrap-amd64-linux.c1333 LINXY(__NR_epoll_wait, sys_epoll_wait), // 232
H A Dsyswrap-arm-linux.c1544 LINXY(__NR_epoll_wait, sys_epoll_wait), // 256
H A Dsyswrap-x86-linux.c2101 LINXY(__NR_epoll_wait, sys_epoll_wait), // 256
/external/valgrind/main/exp-ptrcheck/
H A Dh_main.c2251 ADD(0, __NR_epoll_wait);

Completed in 2229 milliseconds