Home
last modified time | relevance | path

Searched defs:started_ch_tx (Results 1 – 1 of 1) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_internal.rs51 pub(crate) started_ch_tx: Mutex<Option<broadcast::Sender<()>>>, field
174 let started_ch_tx = self.started_ch_tx.lock().await; in start_connectivity_checks() localVariable
191 let mut started_ch_tx = self.started_ch_tx.lock().await; in start_connectivity_checks() localVariable
558 let started_ch_tx = self.started_ch_tx.lock().await; in add_candidate() localVariable
623 let mut started_ch_tx = self.started_ch_tx.lock().await; in close() localVariable