Home
last modified time | relevance | path

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

/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.cc921 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
924 int res = REAL(epoll_wait)(epfd, events, maxevents, timeout); in INTERCEPTOR()
936 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
939 int res = REAL(epoll_pwait)(epfd, events, maxevents, timeout, sigmask); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1948 PRE_SYSCALL(epoll_wait)(long epfd, void *events, long maxevents, long timeout) {
1951 POST_SYSCALL(epoll_wait)(long res, long epfd, void *events, long maxevents,
1958 PRE_SYSCALL(epoll_pwait)(long epfd, void *events, long maxevents, long timeout,
1963 POST_SYSCALL(epoll_pwait)(long res, long epfd, void *events, long maxevents,
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c1391 int, maxevents, int, timeout); in PRE()
1407 int, maxevents, int, timeout, vki_sigset_t *, sigmask, in PRE()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.stderr.exp3571 Syscall param epoll_wait(maxevents) contains uninitialised byte(s)