Searched defs:SigData (Results 1 – 1 of 1) sorted by relevance
492 pub struct SigData { struct493 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()