Searched refs:sigtd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_sig.c | 115 static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock); 2171 sigtd(struct proc *p, int sig, bool fast_sigblock) in sigtd() function 2314 td = sigtd(p, sig, false); in tdsendsignal() 2937 td2 = sigtd(p, td->td_xsig, false); in ptracestop() 2963 td = sigtd(p, sig, fastblk); in reschedule_signals()
|