Searched defs:epoll_pwait (Results 1 – 10 of 10) sorted by relevance
| /external/ltp/include/lapi/ |
| D | epoll.h | 24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() function
|
| /external/strace/ |
| D | epoll.c | 108 SYS_FUNC(epoll_pwait) in SYS_FUNC() argument
|
| /external/musl/src/linux/ |
| D | epoll.c | 26 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() function
|
| /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
|
| /external/crosvm/jail/seccomp/aarch64/ |
| D | constants.json | 1933 "epoll_pwait": 22, number
|
| /external/crosvm/jail/seccomp/x86_64/ |
| D | constants.json | 2194 "epoll_pwait": 281, number
|
| /external/crosvm/jail/seccomp/arm/ |
| D | constants.json | 2205 "epoll_pwait": 346, number
|
| /external/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2954 pub fn epoll_pwait( in epoll_pwait() function
|
| /external/rust/crates/libc/src/unix/linux_like/linux/ |
| D | mod.rs | 3982 pub fn epoll_pwait( in epoll_pwait() function
|