Searched refs:sampling_thread (Results 1 – 1 of 1) sorted by relevance
53 sampling_thread: Option<JoinHandle<()>>, field114 sampling_thread: None, in new()120 agent.sampling_thread = Some(thread::spawn(move || sampling_thread(&state, tx))); in new()167 fn sampling_thread(state: &State, to_record: mpsc::Sender<Samples>) { in sampling_thread() function260 self.sampling_thread.take().unwrap().join().unwrap(); in drop()