Home
last modified time | relevance | path

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

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