Searched refs:ONE_INACTIVE (Results 1 – 1 of 1) sorted by relevance
78 const ONE_INACTIVE: usize = 1 << INACTIVE_SHIFT; constant115 self.value.fetch_add(ONE_INACTIVE, Ordering::SeqCst); in add_inactive_thread()146 let old_value = Counters::new(self.value.fetch_sub(ONE_INACTIVE, Ordering::SeqCst)); in sub_inactive_thread()