Searched refs:SigCustomized (Results 1 – 3 of 3) sorted by relevance
148 SigactionType::SaHandler(SaHandlerType::SigCustomized(unsafe { in sigaction()205 if let SaHandlerType::SigCustomized(hand) = handler { in sigaction()
132 return matches!(self, Self::SaHandler(SaHandlerType::SigCustomized(_))); in is_customized()142 SigCustomized(VirtAddr), enumerator151 Self::SigCustomized(handler) => handler.data(), in into()
472 SaHandlerType::SigCustomized(_) => { in do_signal()564 SaHandlerType::SigCustomized(handler) => { in setup_frame()