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