Searched defs:EventPoll (Results 1 – 2 of 2) sorted by relevance
42 pub struct EventPoll { struct51 self_ref: Option<Weak<SpinLock<EventPoll>>>, argument54 impl EventPoll { implementation69 impl Default for EventPoll { implementation91 epoll: Weak<SpinLock<EventPoll>>, in new()104 pub fn epoll(&self) -> Weak<SpinLock<EventPoll>> { in epoll()234 impl EventPoll { impl602 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_insert()640 epoll: &mut SpinLockGuard<EventPoll>, in ep_remove()664 epoll_guard: &mut SpinLockGuard<EventPoll>, in ep_modify()
71 epoll: &Weak<SpinLock<EventPoll>>, in remove_epoll()