Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dorphan.rs50 pub(crate) struct OrphanQueueImpl<T> { struct
54 impl<T> OrphanQueueImpl<T> { impl
67 impl<T: Wait> OrphanQueue<T> for OrphanQueueImpl<T> { implementation
73 impl<T: Wait> ReapOrphanQueue for OrphanQueueImpl<T> { implementation
186 let orphanage = OrphanQueueImpl::new(); in drain_attempts_a_single_reap_of_all_queued_orphans()
Dmod.rs27 use orphan::{OrphanQueue, OrphanQueueImpl, ReapOrphanQueue, Wait};
66 static ORPHAN_QUEUE: Lazy<OrphanQueueImpl<StdChild>> = Lazy::new(OrphanQueueImpl::new);