Searched refs:prev_ref_count (Results 1 – 1 of 1) sorted by relevance
128 let prev_ref_count = self.1.fetch_add(1, core::sync::atomic::Ordering::SeqCst); in open() localVariable129 if prev_ref_count == 0 { in open()142 let prev_ref_count = self.1.fetch_sub(1, core::sync::atomic::Ordering::SeqCst); in close() localVariable143 if prev_ref_count == 1 { in close()