sigtd
static struct thread *sigtd(struct proc *p, int sig, bool fast_sigblock);
td = sigtd(p, sig, false);
td2 = sigtd(p, td->td_xsig, false);
td = sigtd(p, sig, fastblk);