Searched refs:sigtd (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/kern/ |
| HD | kern_sig.c | 117 static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock); 2178 sigtd(struct proc *p, int sig, bool fast_sigblock) in sigtd() function 2325 td = sigtd(p, sig, false); in tdsendsignal() 2996 td2 = sigtd(p, td->td_xsig, false); in ptracestop() 3022 td = sigtd(p, sig, fastblk); in reschedule_signals()
|