Searched refs:tx_weak_count (Results 1 – 1 of 1) sorted by relevance
71 tx_weak_count: AtomicUsize, field124 tx_weak_count: AtomicUsize::new(0), in channel()146 self.inner.tx_weak_count.load(Relaxed) in weak_count()481 self.inner.tx_weak_count.load(Relaxed) in sender_weak_count()513 self.tx_weak_count.fetch_sub(1, Relaxed); in decrement_weak_count()517 self.tx_weak_count.fetch_add(1, Relaxed); in increment_weak_count()525 self.tx_weak_count.load(Relaxed) in weak_count()