/external/chromium_org/third_party/libevent/ |
D | epoll_sub.c | 49 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/ |
D | linux_syscall_hooks.h | 1213 #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/ |
D | msan_interceptors.cc | 769 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/ |
D | sanitizer_common_syscalls.inc | 1946 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/ |
D | syswrap-linux.c | 1352 int, maxevents, int, timeout); in PRE() 1368 int, maxevents, int, timeout, vki_sigset_t *, sigmask, in PRE()
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 3567 Syscall param epoll_wait(maxevents) contains uninitialised byte(s)
|