Home
last modified time | relevance | path

Searched refs:THREAD_WAIT (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Dwaitq.c234 THREAD_WAIT(t, &wq->wq_lock); in waitq_enqueue()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h638 #define THREAD_WAIT(tp, lp) THREAD_SET_STATE(tp, TS_WAIT, lp) macro