Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Ddisp_lock.c218 ASSERT(t->t_lockp != &stop_lock); in thread_stop()
226 t->t_lockp = &stop_lock; in thread_stop()
H A Ddisp.c143 disp_lock_t stop_lock; /* lock on stopped threads */ variable
219 DISP_LOCK_INIT(&stop_lock); in dispinit()
H A Dthread.c552 THREAD_SET_STATE(t, TS_STOPPED, &stop_lock); in thread_create()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h587 extern disp_lock_t stop_lock; /* lock protecting stopped threads */