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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h209 * t_astflag indicates that some post-trap processing is required,
228 #define t_astflag _tu._ts._t_astflag macro
439 #define aston(t) ((t)->t_astflag = 1)
440 #define astoff(t) ((t)->t_astflag = 0)

Completed in 63 milliseconds