Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/sched/
Dsyscall.rs2 arch::{asm::current::current_pcb, context::switch_process, CurrentIrqArch},
24 switch_process(current_pcb(), pcb.unwrap()); in sched()
/DragonOS-0.1.8/kernel/src/arch/x86_64/
Dcontext.rs12 pub fn switch_process( in switch_process() function