Home
last modified time | relevance | path

Searched refs:stop_lock (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c216 ASSERT(t->t_lockp != &stop_lock); in thread_stop()
224 t->t_lockp = &stop_lock; in thread_stop()
H A Ddisp.c147 disp_lock_t stop_lock; /* lock on stopped threads */ variable
223 DISP_LOCK_INIT(&stop_lock); in dispinit()
H A Dthread.c547 THREAD_SET_STATE(t, TS_STOPPED, &stop_lock); in thread_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h601 extern disp_lock_t stop_lock; /* lock protecting stopped threads */