Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/profiling_agent/
H A Dpulley.rs53 sampling_thread: Option<JoinHandle<()>>, field
114 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() function
260 self.sampling_thread.take().unwrap().join().unwrap(); in drop()