Searched refs:ps_sigintr (Results 1 – 3 of 3) sorted by relevance
98 if (p->p_sigacts.ps_sigintr & sigmask(sig)) { in _sleep_continue()224 if (p->p_sigacts.ps_sigintr & sigmask(sig)) { in _sleep()298 if (p->p_sigacts.ps_sigintr & sigmask(sig)) { in _sleep()
495 if ((ps->ps_sigintr & bit) == 0) { in sigaction()656 ps->ps_sigintr |= bit; in setsigvec()658 ps->ps_sigintr &= ~bit; in setsigvec()
237 sigset_t ps_sigintr; /* signals that interrupt syscalls */ member