Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs117 thread_attached: Mutex::new(false), in main()
320 let guard = notifier.thread_attached.lock().unwrap(); in try_cleanup_stack()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs504 pub thread_attached: Mutex<bool>, field
2162 *self.sig_notifier.thread_attached.lock().unwrap() = true; in thread_event()
2167 *self.sig_notifier.thread_attached.lock().unwrap() = false; in thread_event()