Home
last modified time | relevance | path

Searched refs:maxevents (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libevent/
Depoll_sub.c49 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() argument
51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout)); in epoll_wait()
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1213 #define __sanitizer_syscall_pre_epoll_wait(epfd, events, maxevents, timeout) \ argument
1215 (long)(maxevents), (long)(timeout))
1216 #define __sanitizer_syscall_post_epoll_wait(res, epfd, events, maxevents, \ argument
1219 (long)(maxevents), (long)(timeout))
1220 #define __sanitizer_syscall_pre_epoll_pwait(epfd, events, maxevents, timeout, \ argument
1223 (long)(epfd), (long)(events), (long)(maxevents), (long)(timeout), \
1225 #define __sanitizer_syscall_post_epoll_pwait(res, epfd, events, maxevents, \ argument
1228 res, (long)(epfd), (long)(events), (long)(maxevents), (long)(timeout), \
2685 long maxevents, long timeout);
2687 long maxevents, long timeout);
[all …]
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc769 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
772 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); in INTERCEPTOR()
779 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
782 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1946 PRE_SYSCALL(epoll_wait)(long epfd, void *events, long maxevents, long timeout) {
1949 POST_SYSCALL(epoll_wait)(long res, long epfd, void *events, long maxevents,
1956 PRE_SYSCALL(epoll_pwait)(long epfd, void *events, long maxevents, long timeout,
1961 POST_SYSCALL(epoll_pwait)(long res, long epfd, void *events, long maxevents,
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1352 int, maxevents, int, timeout); in PRE()
1368 int, maxevents, int, timeout, vki_sigset_t *, sigmask, in PRE()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp3567 Syscall param epoll_wait(maxevents) contains uninitialised byte(s)