Searched defs:SigData (Results 1 – 1 of 1) sorted by relevance
504 pub struct SigData { struct505 pub enabled: Mutex<bool>,506 pub enabled_notify: Condvar,508 pub thread_attached: Mutex<bool>,509 pub thread_notify: Condvar,641 sig_notifier: Arc<SigData>, in new()