Home
last modified time | relevance | path

Searched defs:vfork (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/process/
H A Dsyscall.rs90 pub fn vfork(frame: &TrapFrame) -> Result<usize, SystemError> { in vfork() method
286 let vfork = Arc::new(Completion::new()); in clone() localVariable