Searched refs:stop_lock (Results 1 – 4 of 4) sorted by relevance
218 ASSERT(t->t_lockp != &stop_lock); in thread_stop()226 t->t_lockp = &stop_lock; in thread_stop()
143 disp_lock_t stop_lock; /* lock on stopped threads */ variable219 DISP_LOCK_INIT(&stop_lock); in dispinit()
552 THREAD_SET_STATE(t, TS_STOPPED, &stop_lock); in thread_create()
587 extern disp_lock_t stop_lock; /* lock protecting stopped threads */