Searched refs:SA_RESTORER (Results 1 – 3 of 3) sorted by relevance
219 const SA_RESTORER =0x04000000; constant220 …Self::SA_RESETHAND.bits()|Self::SA_RESTART.bits()|Self::SA_SIGINFO.bits()|Self::SA_RESTORER.bits();
236 const SA_RESTORER =0x04000000; constant237 …Self::SA_RESETHAND.bits()|Self::SA_RESTART.bits()|Self::SA_SIGINFO.bits()|Self::SA_RESTORER.bits();579 if sigaction.flags().contains(SigFlags::SA_RESTORER) { in setup_frame()
179 new_ka.flags_mut().insert(SigFlags::SA_RESTORER); in sigaction()