Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dmod.rs68 pub(crate) struct GlobalOrphanQueue; struct
70 impl fmt::Debug for GlobalOrphanQueue { implementation
76 impl ReapOrphanQueue for GlobalOrphanQueue { implementation
82 impl OrphanQueue<StdChild> for GlobalOrphanQueue { implementation