Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs36 struct EpollHandlerImpl { structure names
41 impl EpollHandlerImpl { impls
44 error!(LOG_LABEL, "EpollHandlerImpl::signal once"); in signal()
60 call_debug_enter!("EpollHandlerImpl::dispatch"); in dispatch()
70 info!(LOG_LABEL, "EpollHandlerImpl::dispatch({}), data:{}", @public(self.fds[0]), @public(data)); in dispatch()
81 impl Drop for EpollHandlerImpl {
94 inner: Mutex<EpollHandlerImpl>,
109 inner: Mutex::new(EpollHandlerImpl { in new()

Completed in 1 milliseconds