Searched defs:vfork (Results 1 – 1 of 1) sorted by relevance
90 pub fn vfork(frame: &TrapFrame) -> Result<usize, SystemError> { in vfork() method286 let vfork = Arc::new(Completion::new()); in clone() localVariable