Home
last modified time | relevance | path

Searched refs:ps_sigintr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsignalvar.h66 sigset_t ps_sigintr; /* signals that interrupt syscalls */ member
/dragonfly/sys/kern/
H A Dkern_sig.c276 if (!SIGISMEMBER(ps->ps_sigintr, sig)) in kern_sigaction()
315 SIGADDSET(ps->ps_sigintr, sig); in kern_sigaction()
317 SIGDELSET(ps->ps_sigintr, sig); in kern_sigaction()
1944 if (SIGISMEMBER(p->p_sigacts->ps_sigintr, sig)) in iscaught()
H A Dkern_synch.c782 if (SIGISMEMBER(p->p_sigacts->ps_sigintr, sig)) in tsleep()
913 if (SIGISMEMBER(td->td_proc->p_sigacts->ps_sigintr, sig)) in lwkt_sleep()