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

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h318 sigset_t p_sigcatch; /* Signals being caught by user.(PL) */ member in struct:proc
529 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:user32_extern_proc
581 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:user64_extern_proc
H A Dproc.h134 sigset_t p_sigcatch; /* Signals being caught by user. */ member in struct:extern_proc
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c310 p->p_sigcatch &= ~sig;
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c322 p->p_sigcatch &= ~mask;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sig.c637 p->p_sigcatch &= ~bit;
641 p->p_sigcatch &= ~bit;
643 p->p_sigcatch |= bit;
691 while (p->p_sigcatch) {
692 nc = ffs((long)p->p_sigcatch);
694 p->p_sigcatch &= ~mask;
1833 else if (sig_proc->p_sigcatch & mask)
H A Dkern_shutdown.c288 || ((p->p_sigcatch & sigmask(SIGTERM))== 0)) {
H A Dkern_sysctl.c1653 exp->p_sigcatch = p->p_sigcatch;
1699 exp->p_sigcatch = p->p_sigcatch;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c627 p->p_sigcatch &= ~sig;

Completed in 95 milliseconds