Searched refs:monitor_thread (Results 1 – 2 of 2) sorted by relevance
212 pthread_t monitor_thread; in main() local315 ret = pthread_create(&monitor_thread, NULL, monitor_thread_fn, in main()342 pthread_join(monitor_thread, NULL); in main()
98 monitor_thread: Option<thread::JoinHandle<()>>, field326 monitor_thread: None, in new()376 self.monitor_thread = match monitor_result { in start_monitor()399 if let Some(thread) = self.monitor_thread.take() { in drop()