Home
last modified time | relevance | path

Searched refs:ISSIG_FAST (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dproc.h520 #define ISSIG(t, why) ISSIG_FAST(t, ttolwp(t), ttoproc(t), why)
530 #define ISSIG_FAST(t, lwp, p, why) \ macro
/titanic_41/usr/src/uts/common/os/
H A Dwatchpoint.c762 rval = ((ISSIG_FAST(curthread, lwp, p, FORREAL))? 0 : 1); in sys_watchpoint()