Home
last modified time | relevance | path

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

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