Searched refs:stop_lock (Results 1 – 4 of 4) sorted by relevance
216 ASSERT(t->t_lockp != &stop_lock); in thread_stop()224 t->t_lockp = &stop_lock; in thread_stop()
147 disp_lock_t stop_lock; /* lock on stopped threads */ variable223 DISP_LOCK_INIT(&stop_lock); in dispinit()
547 THREAD_SET_STATE(t, TS_STOPPED, &stop_lock); in thread_create()
601 extern disp_lock_t stop_lock; /* lock protecting stopped threads */