Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs971 let is_checking_tx_clone = Arc::clone(&is_checking_tx); in test_connection_state_callback() localVariable
980 let mut tx = is_checking_tx_clone.lock().await; in test_connection_state_callback()