Searched refs:SIG_CATCH (Results 1 – 2 of 2) sorted by relevance
99 #define SIG_CATCH ((__sighandler_t *)2) macro
2218 action = SIG_CATCH; in tdsendsignal()2327 if (action == SIG_CATCH) { in tdsendsignal()2381 if (p->p_flag & P_TRACED || action == SIG_CATCH) { in tdsendsignal()2718 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()