Home
last modified time | relevance | path

Searched refs:SIG_CATCH (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h99 #define SIG_CATCH ((__sighandler_t *)2) macro
/f-stack/freebsd/kern/
H A Dkern_sig.c2218 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()