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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h52 #define TS_RUN 0x02 /* Runnable, but not yet on a processor */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h56 #define TS_RUN 0x02 /* Runnable, but not yet on a processor */ macro
648 #define THREAD_RUN(tp, lp) THREAD_SET_STATE(tp, TS_RUN, lp)
660 #define THREAD_SWAP(tp, lp) THREAD_SET_STATE(tp, TS_RUN, lp)

Completed in 61 milliseconds