Searched refs:drop_nwrites (Results 1 – 1 of 1) sorted by relevance
74 drop_nwrites: [AtomicUsize; 2], field127 if self.drop_nwrites[id].load(Ordering::SeqCst) > 0 { in push()128 self.drop_nwrites[id].fetch_sub(1, Ordering::SeqCst); in push()170 self.drop_nwrites[id].store(n, Ordering::SeqCst); in drop_next_nwrites()