Searched defs:epoll_pwait (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/epoll_pwait/ |
D | epoll_pwait.h | 28 int epoll_pwait(int epfd, struct epoll_event *events, int maxevents, in epoll_pwait() function
|
/external/strace/ |
D | epoll.c | 108 SYS_FUNC(epoll_pwait) in SYS_FUNC() argument
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 894 INTERCEPTOR(int, epoll_pwait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1744 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR() argument
|