Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_gather_test.rs158 let done_tx_clone = Arc::clone(&done_tx); in test_vnet_gather_with_nat_1to1_as_host_candidates() localVariable
161 let mut tx = done_tx_clone.lock().await; in test_vnet_gather_with_nat_1to1_as_host_candidates()
275 let done_tx_clone = Arc::clone(&done_tx); in test_vnet_gather_with_nat_1to1_as_srflx_candidates() localVariable
278 let mut tx = done_tx_clone.lock().await; in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
459 let done_tx_clone = Arc::clone(&done_tx); in test_vnet_gather_muxed_udp() localVariable
462 let mut tx = done_tx_clone.lock().await; in test_vnet_gather_muxed_udp()
H A Dagent_vnet_test.rs345 let done_tx_clone = Arc::clone(&done_tx); in on_connected() localVariable
348 let mut tx = done_tx_clone.lock().await; in on_connected()
/webrtc/ice/src/mdns/
H A Dmdns_test.rs112 let done_tx_clone = Arc::clone(&done_tx); in test_multicast_dns_static_host_name() localVariable
115 let mut tx = done_tx_clone.lock().await; in test_multicast_dns_static_host_name()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs389 let done_tx_clone = Arc::clone(&done_tx); in test_ice_gather_mdns_candidate_gathering() localVariable
393 let mut tx = done_tx_clone.lock().await; in test_ice_gather_mdns_candidate_gathering()