Searched refs:SIG_CATCH (Results 1 – 4 of 4) sorted by relevance
206 #undef SIG_CATCH207 #define SIG_CATCH (void (*)(int))2 macro
99 #define SIG_CATCH ((__sighandler_t *)2) macro
2162 action = SIG_CATCH; in tdsendsignal()2277 if (action == SIG_CATCH) { in tdsendsignal()2333 if (p->p_flag & P_TRACED || action == SIG_CATCH) { in tdsendsignal()2658 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()