Searched defs:EpollEvent (Results 1 – 1 of 1) sorted by relevance
47 pub struct EpollEvent { struct51 impl EpollEvent { implementation85 where T: Into<Option<&'a mut EpollEvent>> in epoll_ctl()103 pub fn epoll_wait(epfd: RawFd, events: &mut [EpollEvent], timeout_ms: isize) -> Result<usize> { in epoll_wait()