Searched refs:EpollHandler (Results 1 - 2 of 2) sorted by relevance
/base/msdp/device_status/rust/modules/scheduler/test/src/ |
H A D | lib.rs | 93 struct EpollHandler { structure names 98 impl EpollHandler { impls 105 error!(LOG_LABEL, "In EpollHandler::new, libc::pipe2 fail:{:?}", @public(Error::last_os_error())); in new() 107 debug!(LOG_LABEL, "In EpollHandler::new, fds:({},{})", @public(fds[0]), @public(fds[1])); in new() 131 call_debug_enter!("EpollHandler::wait"); in wait() 135 info!(LOG_LABEL, "In EpollHandler::wait, timeout"); in wait() 143 impl IEpollHandler for EpollHandler { 152 call_debug_enter!("EpollHandler::dispatch"); in dispatch() 163 let epoll = Arc::new(EpollHandler::new()); in test_add_epoll_handler() 211 let epoll = Arc::new(EpollHandler in test_post_perioric_task() [all...] |
/base/msdp/device_status/rust/modules/scheduler/sys/src/ |
H A D | scheduler.rs | 67 struct EpollHandler { structure names 74 impl EpollHandler { impls 112 impl Drop for EpollHandler { 154 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))
|
Completed in 1 milliseconds