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