Searched defs:issig (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c195 t->t_sig_check = 1; /* have thread do an issig */
206 aston(t); /* make it do issig promptly */
412 * (though this can usually be done without actually calling issig by
434 issig(int why) function
752 * We will call issig() again later when it is safe.
1273 * if (issig())
1275 * The signal bit has already been cleared by issig(),
1308 * dropped between issig() and psig(), a debugger may have cleared
2587 * honoring all of the /proc tracing mechanism built into issig().
2623 if (issig(FORREA
[all...]
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h201 #define issig(why) (FALSE) macro

Completed in 50 milliseconds