Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/kprobe/src/arch/
H A Dmod.rs143 pub trait CallBackFunc: Send + Sync { interface
176 pub fn update_event_callback(&mut self, callback: Box<dyn CallBackFunc>) { in update_event_callback()