Home
last modified time | relevance | path

Searched refs:EpollHandler (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs93 struct EpollHandler { struct
98 impl EpollHandler { argument
143 impl IEpollHandler for EpollHandler { implementation
163 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()
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs67 struct EpollHandler { struct
74 impl EpollHandler { argument
112 impl Drop for EpollHandler { implementation
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)) in add_epoll_handler()