Searched refs:timer_ch_tx (Results 1 – 1 of 1) sorted by relevance
121 timer_ch_tx: Option<mpsc::Sender<()>>, field135 timer_ch_tx: None, in default()169 let (timer_ch_tx, mut timer_ch_rx) = mpsc::channel(1); in start_rtx_timer()170 self.timer_ch_tx = Some(timer_ch_tx); in start_rtx_timer()202 if self.timer_ch_tx.is_some() { in stop_rtx_timer()203 self.timer_ch_tx.take(); in stop_rtx_timer()