Searched refs:EpollHandler (Results 1 – 2 of 2) sorted by relevance
93 struct EpollHandler { struct98 impl EpollHandler { argument143 impl IEpollHandler for EpollHandler { implementation163 let epoll = Arc::new(EpollHandler::new()); in test_add_epoll_handler()211 let epoll = Arc::new(EpollHandler::new()); in test_post_perioric_task()230 let epoll = Arc::new(EpollHandler::new()); in test_post_delayed_task()
67 struct EpollHandler { struct74 impl EpollHandler { argument112 impl Drop for EpollHandler { implementation154 handlers: Mutex<BTreeMap<RawFd, EpollHandler>>,271 fn add_epoll_handler(&self, fd: RawFd, epoll_handler: EpollHandler) in add_epoll_handler()513 self.epoll.add_epoll_handler(fd, EpollHandler::new(handler, join_handle)) in add_epoll_handler()