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.rs227 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
234 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
246 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in reaper()
260 assert!(grim.orphan_queue.all_enqueued.borrow().is_empty()); in kill()
275 assert!(queue.all_enqueued.borrow().is_empty()); in drop_reaps_if_possible()
292 assert_eq!(1, queue.all_enqueued.borrow().len()); in drop_enqueues_orphan_if_wait_fails()
Dorphan.rs133 pub(crate) all_enqueued: RefCell<Vec<W>>, field
139 all_enqueued: RefCell::new(Vec::new()), in new()
146 self.all_enqueued.borrow_mut().push(orphan); in push_orphan()