Home
last modified time | relevance | path

Searched defs:add_epoll_handler (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dlib.rs209 pub fn add_epoll_handler(&self, handler: Arc<dyn IEpollHandler>) in add_epoll_handler() method
H A Dscheduler.rs271 fn add_epoll_handler(&self, fd: RawFd, epoll_handler: EpollHandler) in add_epoll_handler() method
505 pub(crate) fn add_epoll_handler(&self, handler: Arc<dyn IEpollHandler>) in add_epoll_handler() method