Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs958 let (is_checking_tx, mut is_checking_rx) = mpsc::channel::<()>(1); in test_connection_state_callback()
964 let is_checking_tx = Arc::new(Mutex::new(Some(is_checking_tx))); in test_connection_state_callback() localVariable
971 let is_checking_tx_clone = Arc::clone(&is_checking_tx); in test_connection_state_callback()