Home
last modified time | relevance | path

Searched refs:GlobalOrphanQueue (Results 1 – 2 of 2) 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
90 inner: Reaper<StdChild, GlobalOrphanQueue, Signal>,
111 inner: Reaper::new(child, GlobalOrphanQueue, signal), in spawn_child()
Ddriver.rs7 use crate::process::unix::GlobalOrphanQueue;
19 inner: CoreDriver<watch::Receiver<()>, GlobalOrphanQueue>,
60 orphan_queue: GlobalOrphanQueue, in new()