Searched refs:b_failed_tx (Results 1 – 1 of 1) sorted by relevance
2161 let (b_failed_tx, mut b_failed_rx) = mpsc::channel::<()>(1); in test_lite_lifecycle()2164 let b_failed_tx = Arc::new(Mutex::new(Some(b_failed_tx))); in test_lite_lifecycle() localVariable2169 let b_failed_tx_clone = Arc::clone(&b_failed_tx); in test_lite_lifecycle()