Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dzombie_manager.rs45 pub(crate) fn push(&self, child: StdChild) { in push()
75 fn reap_vec(mut vec: MutexGuard<'_, Vec<StdChild>>) { in reap_vec()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs47 child: StdChild, in new()