Home
last modified time | relevance | path

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

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