Searched refs:ISSIG_FAST (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | proc.h | 520 #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 D | watchpoint.c | 762 rval = ((ISSIG_FAST(curthread, lwp, p, FORREAL))? 0 : 1); in sys_watchpoint()
|