Home
last modified time | relevance | path

Searched refs:EpollEvent (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Depoll.rs46 pub struct EpollEvent { structure names
50 impl EpollEvent { impls
52 EpollEvent { in new()
61 unsafe { mem::zeroed::<EpollEvent>() } in empty()
95 T: Into<Option<&'a mut EpollEvent>>, in epoll_ctl()
97 let mut event: Option<&mut EpollEvent> = event.into(); in epoll_ctl()
115 events: &mut [EpollEvent], in epoll_wait()
/third_party/rust/crates/nix/test/sys/
H A Dtest_epoll.rs3 use nix::sys::epoll::{EpollCreateFlags, EpollEvent, EpollFlags, EpollOp};
21 EpollEvent::new(EpollFlags::EPOLLIN | EpollFlags::EPOLLERR, 1); in test_epoll_ctl()

Completed in 1 milliseconds