Searched defs:epoll_pwait (Results 1 – 8 of 8) 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/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 855 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
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_posix.cpp | 1880 TSAN_INTERCEPTOR(int, epoll_pwait, int epfd, void *ev, int cnt, int timeout, in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2457 pub fn epoll_pwait( in epoll_pwait() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3176 pub fn epoll_pwait( in epoll_pwait() function
|