Home
last modified time | relevance | path

Searched refs:ORPHAN_QUEUE (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/tokio/src/process/unix/
Dmod.rs66 static ORPHAN_QUEUE: Lazy<OrphanQueueImpl<StdChild>> = Lazy::new(OrphanQueueImpl::new); constant
72 ORPHAN_QUEUE.fmt(fmt) in fmt()
78 ORPHAN_QUEUE.reap_orphans() in reap_orphans()
84 ORPHAN_QUEUE.push_orphan(orphan) in push_orphan()