Home
last modified time | relevance | path

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

/DragonOS/kernel/src/smp/cpu/
H A Dmod.rs269 self.wait_for_ap_thread(cpu_state, cpu_state.bringup); in do_cpuhp_kick_ap()
274 fn wait_for_ap_thread(&self, cpu_state: &mut CpuHpCpuState, bringup: bool) { in wait_for_ap_thread() method