Home
last modified time | relevance | path

Searched defs:epoll_pwait (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
Depoll.h24 static inline int epoll_pwait(int epfd, struct epoll_event *events, in epoll_pwait() function
/third_party/musl/src/linux/
Depoll.c25 int epoll_pwait(int fd, struct epoll_event *ev, int cnt, int to, const sigset_t *sigs) in epoll_pwait() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2954 pub fn epoll_pwait( in epoll_pwait() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4017 pub fn epoll_pwait( in epoll_pwait() function