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

/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c188 uint_t wstate; local
197 wstate = mpcb->mpcb_wstate;
208 * It is theoretically possibly for the lwp's wstate to
213 if (mpcb->mpcb_wstate != wstate) {
214 if (wstate == WSTATE_USER32) {
217 wstate = WSTATE_USER64;
221 wstate = WSTATE_USER32;
229 ASSERT(mpcb->mpcb_wstate == wstate);

Completed in 60 milliseconds