ISSIG_FAST
rval = ((ISSIG_FAST(curthread, lwp, p, FORREAL))? 0 : 1);
#define ISSIG(t, why) ISSIG_FAST(t, ttolwp(t), ttoproc(t), why)