Searched defs:EpollHandler (Results 1 – 2 of 2) sorted by relevance
93 struct EpollHandler { struct94 inner: Mutex<EpollHandlerImpl>, argument98 impl EpollHandler { implementation143 impl IEpollHandler for EpollHandler { implementation
67 struct EpollHandler { struct68 raw: Arc<dyn IEpollHandler>, argument74 impl EpollHandler { argument112 impl Drop for EpollHandler { implementation