Home
last modified time | relevance | path

Searched refs:OrphanQueue (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/process/unix/
Dreap.rs1 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>,
Dorphan.rs37 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> {
Dmod.rs27 use orphan::{OrphanQueue, OrphanQueueImpl, ReapOrphanQueue, Wait};
82 impl OrphanQueue<StdChild> for GlobalOrphanQueue {