Searched defs:epoll_wait (Results 1 – 11 of 11) sorted by relevance
/external/libevent/ |
D | epoll_sub.c | 59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
|
/external/strace/ |
D | epoll.c | 102 SYS_FUNC(epoll_wait) in SYS_FUNC() argument
|
/external/rust/crates/nix/src/sys/ |
D | epoll.rs | 103 pub fn epoll_wait(epfd: RawFd, events: &mut [EpollEvent], timeout_ms: isize) -> Result<usize> { in epoll_wait() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 879 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 840 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 984 pub fn epoll_wait( in epoll_wait() function
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1734 TSAN_INTERCEPTOR(int, epoll_wait, 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 | 1870 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { in TSAN_INTERCEPTOR() argument
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2467 pub fn epoll_wait( in epoll_wait() function
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2498 pub fn epoll_wait( in epoll_wait() function
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3273 pub fn epoll_wait( in epoll_wait() function
|