Searched refs:OrphanQueue (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/tokio/src/process/unix/ |
D | reap.rs | 1 use crate::process::imp::orphan::{OrphanQueue, Wait}; 19 Q: OrphanQueue<W>, 29 Q: OrphanQueue<W>, 41 Q: OrphanQueue<W>, 63 Q: OrphanQueue<W> + Unpin, 110 Q: OrphanQueue<W>, 120 Q: OrphanQueue<W>,
|
D | orphan.rs | 37 pub(crate) trait OrphanQueue<T>: ReapOrphanQueue { interface 42 impl<T, O: OrphanQueue<T>> OrphanQueue<T> for &O { 67 impl<T: Wait> OrphanQueue<T> for OrphanQueueImpl<T> { 115 impl<W> OrphanQueue<W> for MockQueue<W> {
|
D | mod.rs | 27 use orphan::{OrphanQueue, OrphanQueueImpl, ReapOrphanQueue, Wait}; 82 impl OrphanQueue<StdChild> for GlobalOrphanQueue {
|