Searched defs:EpollEvent (Results 1 – 2 of 2) sorted by relevance
26 struct EpollEvent { struct27 uint32_t op;28 uint32_t events;29 void *ptr;31 uint32_t evtSeq;
62 struct EpollEvent { struct63 fd: RawFd,64 events: u32,217 fn epoll_wait(&self) -> Option<Vec<EpollEvent>> in epoll_wait()301 fn wake(&self, events: &[EpollEvent]) in wake()