Searched refs:p_sigcatch (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h320 sigset_t p_sigcatch; /* Signals being caught by user.(PL) */ member in struct:proc
569 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:user32_extern_proc
621 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:user64_extern_proc
H A Dproc.h135 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:extern_proc
/macosx-10.10/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c323 p->p_sigcatch &= ~mask;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c638 p->p_sigcatch &= ~bit;
642 p->p_sigcatch &= ~bit;
644 p->p_sigcatch |= bit;
692 while (p->p_sigcatch) {
693 nc = ffs((long)p->p_sigcatch);
695 p->p_sigcatch &= ~mask;
1834 else if (sig_proc->p_sigcatch & mask)
H A Dkern_shutdown.c288 || ((p->p_sigcatch & sigmask(SIGTERM))== 0)) {
H A Dkern_sysctl.c1055 exp->p_sigcatch = p->p_sigcatch;
1101 exp->p_sigcatch = p->p_sigcatch;
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c627 p->p_sigcatch &= ~sig;

Completed in 206 milliseconds