Searched refs:detach_called (Results 1 – 1 of 1) sorted by relevance
67 pub(crate) detach_called: Arc<AtomicBool>, field113 detach_called: Arc::new(AtomicBool::new(false)), in new()224 let detach_called = Arc::clone(&self.detach_called); in do_open() localVariable232 if detach_data_channels && !detach_called.load(Ordering::SeqCst) { in do_open()413 self.detach_called.store(true, Ordering::SeqCst); in detach()