Searched refs:SIG_IGN (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h131 #define SIG_IGN (void (*)(int))1 macro
137 #define SIG_IGN (void (*)(/*int*/))1 macro
461 #undef SIG_IGN macro
464 #define SIG_IGN ((user_addr_t)1LL) macro
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c319 (ps->ps_sigact[SIGSEGV] == SIG_IGN) ||
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c619 if ((sa->sa_flags & SA_NOCLDWAIT) || (sa->sa_handler == SIG_IGN))
626 * Set bit in p_sigignore for signals that are set to SIG_IGN,
631 if (sa->sa_handler == SIG_IGN ||
1824 * and if it is set to SIG_IGN,
2479 case (long)SIG_IGN:
2609 case (long)SIG_IGN:
2735 if (catcher == SIG_IGN || (ut->uu_sigmask & mask))

Completed in 27 milliseconds