Home
last modified time | relevance | path

Searched refs:p_sigignore (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.41.6/bsd/uxkern/
H A Dux_exception.c161 if ((p->p_sigignore & mask) || in handle_ux_exception()
166 p->p_sigignore &= ~mask; in handle_ux_exception()
/xnu-12377.41.6/bsd/kern/
H A Dkern_sig.c698 p->p_sigignore |= bit; /* easier in psignal */ in setsigvec()
702 p->p_sigignore &= ~bit; in setsigvec()
723 p->p_sigignore |= sigmask(i); in siginit()
764 p->p_sigignore |= mask; in execsigs()
1805 if (!(p->p_lflag & P_LTRACED) && (p->p_sigignore & mask)) { in threadsignal()
2133 … & PSIG_VFORK) == 0) && ((sig_proc->p_lflag & P_LTRACED) == 0) && (sig_proc->p_sigignore & mask)) { in psignal_internal()
2203 if (sig_proc->p_sigignore & mask) { in psignal_internal()
2482 …PSIG_THREAD)) == 0) && (((uth->uu_siglist & ~uth->uu_sigmask) & ~sig_proc->p_sigignore) & ~mask)) { in psignal_internal()
2710 if (mask & p->p_sigignore && (p->p_lflag & P_LTRACED) == 0) { in issignal_locked()
2966 if (mask & p->p_sigignore && (p->p_lflag & P_LTRACED) == 0) { in CURSIG()
[all …]
H A Dtty.c1103 (p->p_sigignore & sigmask(SIGTTOU)) == 0 && in ttioctl_locked()
2132 if ((p->p_sigignore & sigmask(SIGTTIN)) || in ttread()
2506 (p->p_sigignore & sigmask(SIGTTOU)) == 0 && in ttwrite()
H A Dkern_fork.c1501 p->p_siglist |= (uth->uu_siglist & execmask & (~p->p_sigignore | sigcantmask)); in uthread_cleanup()
H A Dkern_sysctl.c1186 exp->p_sigignore = p->p_sigignore;
1245 exp->p_sigignore = p->p_sigignore;
H A Dkern_exit.c2172 p->p_sigignore = ~(sigcantmask); in proc_prepareexit()
/xnu-12377.41.6/bsd/sys/
H A Dsignalvar.h103 | (((p)->p_lflag & P_LTRACED) ? 0 : (p)->p_sigignore)) \
H A Dproc_internal.h384 sigset_t p_sigignore; /* Signals being ignored. (PL) */
676 sigset_t p_sigignore; /* Signals being ignored. */ member
728 sigset_t p_sigignore; /* Signals being ignored. */ member
H A Dproc.h145 sigset_t p_sigignore; /* Signals being ignored. */ member
/xnu-12377.41.6/bsd/dev/arm/
H A Dunix_signal.c659 p->p_sigignore &= ~sig; in sendsig()
/xnu-12377.41.6/bsd/dev/i386/
H A Dunix_signal.c750 p->p_sigignore &= ~sig; in sendsig()