Home
last modified time | relevance | path

Searched defs:epoll_wait (Results 1 – 11 of 11) sorted by relevance

/external/libevent/
Depoll_sub.c59 epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout) in epoll_wait() function
/external/strace/
Depoll.c102 SYS_FUNC(epoll_wait) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/
Depoll.rs103 pub fn epoll_wait(epfd: RawFd, events: &mut [EpollEvent], timeout_ms: isize) -> Result<usize> { in epoll_wait() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc879 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp840 INTERCEPTOR(int, epoll_wait, int epfd, void *events, int maxevents, in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/redox/
Dmod.rs984 pub fn epoll_wait( in epoll_wait() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1734 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/
Dtsan_interceptors_posix.cpp1870 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs2467 pub fn epoll_wait( in epoll_wait() function
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2498 pub fn epoll_wait( in epoll_wait() function
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3273 pub fn epoll_wait( in epoll_wait() function