Searched refs:OrphanQueueImpl (Results 1 – 2 of 2) sorted by relevance
50 pub(crate) struct OrphanQueueImpl<T> { struct54 impl<T> OrphanQueueImpl<T> { impl67 impl<T: Wait> OrphanQueue<T> for OrphanQueueImpl<T> { implementation73 impl<T: Wait> ReapOrphanQueue for OrphanQueueImpl<T> { implementation186 let orphanage = OrphanQueueImpl::new(); in drain_attempts_a_single_reap_of_all_queued_orphans()
27 use orphan::{OrphanQueue, OrphanQueueImpl, ReapOrphanQueue, Wait};66 static ORPHAN_QUEUE: Lazy<OrphanQueueImpl<StdChild>> = Lazy::new(OrphanQueueImpl::new);