Searched refs:switch_process (Results 1 – 2 of 2) sorted by relevance
2 arch::{asm::current::current_pcb, context::switch_process, CurrentIrqArch},24 switch_process(current_pcb(), pcb.unwrap()); in sched()
12 pub fn switch_process( in switch_process() function