Home
last modified time | relevance | path

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

/external/rust/crates/tokio/src/process/unix/
Dreap.rs228 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
236 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
249 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
264 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in kill()
280 assert!(queue.all_enqueued.borrow().is_empty()); in drop_reaps_if_possible()
298 assert_eq!(1, queue.all_enqueued.borrow().len()); in drop_enqueues_orphan_if_wait_fails()
Dorphan.rs102 pub(crate) all_enqueued: RefCell<Vec<W>>, field
109 all_enqueued: RefCell::new(Vec::new()), in new()
117 self.all_enqueued.borrow_mut().push(orphan); in push_orphan()