Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Dmod.rs67 pub(crate) detach_called: Arc<AtomicBool>, field
113 detach_called: Arc::new(AtomicBool::new(false)), in new()
224 let detach_called = Arc::clone(&self.detach_called); in do_open() localVariable
232 if detach_data_channels && !detach_called.load(Ordering::SeqCst) { in do_open()
413 self.detach_called.store(true, Ordering::SeqCst); in detach()