Home
last modified time | relevance | path

Searched defs:SigData (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth.rs492 pub struct SigData { struct
493 pub enabled: Mutex<bool>,
494 pub enabled_notify: Condvar,
496 pub thread_attached: Mutex<bool>,
497 pub thread_notify: Condvar,
640 sig_notifier: Arc<SigData>, in new()