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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h51 #define TS_SLEEP 0x01 /* Awaiting an event */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h55 #define TS_SLEEP 0x01 /* Awaiting an event */ macro
447 #define ISWAKEABLE(t) (((t)->t_state == TS_SLEEP && \
465 ((t)->t_state == TS_SLEEP && \
677 * Set the thread into the TS_SLEEP state, and set the lock pointer to
683 THREAD_SET_STATE(tp, TS_SLEEP, lp); \

Completed in 97 milliseconds