Home
last modified time | relevance | path

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

/webrtc/util/src/conn/
H A Dconn_bridge.rs74 drop_nwrites: [AtomicUsize; 2], field
127 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()