Home
last modified time | relevance | path

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

/DragonOS/kernel/src/process/
H A Dexit.rs115 let child_pcb = ProcessManager::find(kwo.pid).ok_or(SystemError::ECHILD); in do_wait() localVariable
141 let child_pcb = child_pcb.unwrap(); in do_wait() localVariable