Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/lbl/
H A Dos-sunos4.h206 #undef SIG_CATCH
207 #define SIG_CATCH (void (*)(int))2 macro
/freebsd/contrib/libpcap/lbl/
H A Dos-sunos4.h206 #undef SIG_CATCH
207 #define SIG_CATCH (void (*)(int))2 macro
/freebsd/sys/sys/
H A Dsignalvar.h96 #define SIG_CATCH ((__sighandler_t *)2) macro
/freebsd/sys/kern/
H A Dkern_sig.c2332 action = SIG_CATCH; in tdsendsignal()
2339 action = SIG_CATCH; in tdsendsignal()
2449 if (action == SIG_CATCH) { in tdsendsignal()
2503 if (p->p_flag & P_TRACED || action == SIG_CATCH) { in tdsendsignal()
2987 tdsigwakeup(td, sig, SIG_CATCH, in reschedule_signals()