Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/riscv64/process/
H A Dmod.rs104 pub fn copy_thread( in copy_thread() method
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs299 pub fn copy_thread( in copy_thread() method
/DragonOS/kernel/src/process/
H A Dfork.rs478 Self::copy_thread(current_pcb, pcb, &clone_args, current_trapframe).unwrap_or_else(|e| { in copy_process()