Searched refs:copy_thread (Results 1 – 3 of 3) sorted by relevance
104 pub fn copy_thread( in copy_thread() method
299 pub fn copy_thread( in copy_thread() method
478 Self::copy_thread(current_pcb, pcb, &clone_args, current_trapframe).unwrap_or_else(|e| { in copy_process()