Searched refs:thread_attached (Results 1 – 2 of 2) sorted by relevance
117 thread_attached: Mutex::new(false), in main()320 let guard = notifier.thread_attached.lock().unwrap(); in try_cleanup_stack()
504 pub thread_attached: Mutex<bool>, field2162 *self.sig_notifier.thread_attached.lock().unwrap() = true; in thread_event()2167 *self.sig_notifier.thread_attached.lock().unwrap() = false; in thread_event()