Searched refs:PendingBaseQueue (Results 1 – 2 of 2) sorted by relevance
24 pub(crate) type PendingBaseQueue = VecDeque<ChunkPayloadData>; typedef38 unordered_queue: RwLock<PendingBaseQueue>,39 ordered_queue: RwLock<PendingBaseQueue>,
233 let mut pq = PendingBaseQueue::new(); in test_pending_base_queue_push_and_pop()263 let mut pq = PendingBaseQueue::new(); in test_pending_base_queue_out_of_bounce()