Searched refs:sigtd (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_sig.c | 117 static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock); 2061 sigtd(struct proc *p, int sig, bool fast_sigblock) in sigtd() function 2192 td = sigtd(p, sig, false); in tdsendsignal() 2675 td2 = sigtd(p, td->td_xsig, false); in ptracestop() 2702 td = sigtd(p, sig, fastblk); in reschedule_signals()
|