Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dorphan.rs101 pub(crate) struct MockQueue<W> { struct
106 impl<W> MockQueue<W> { impl
115 impl<W> OrphanQueue<W> for MockQueue<W> { implementation
121 impl<W> ReapOrphanQueue for MockQueue<W> { implementation
Dreap.rs136 use crate::process::unix::orphan::test::MockQueue;
216 MockQueue::new(), in reaper()
257 MockQueue::new(), in kill()
273 let queue = MockQueue::new(); in drop_reaps_if_possible()
293 let queue = MockQueue::<&mut MockWait>::new(); in drop_enqueues_orphan_if_wait_fails()
Ddriver.rs97 use crate::process::unix::orphan::test::MockQueue;
124 orphan_queue: MockQueue::<()>::new(), in no_reap_if_no_signal()