Home
last modified time | relevance | path

Searched defs:ISSIG (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h115 #define ISSIG(thr, why) issig(why) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h540 #define ISSIG(t, why) ISSIG_FAST(t, ttolwp(t), ttoproc(t), why) macro