Searched refs:thread_stop_lock (Results 1 – 1 of 1) sorted by relevance
116 static kmutex_t thread_stop_lock; variable1234 mutex_enter(&thread_stop_lock); in utstop_init()1236 mutex_exit(&thread_stop_lock); in utstop_init()1243 mutex_enter(&thread_stop_lock); in add_one_utstop()1245 mutex_exit(&thread_stop_lock); in add_one_utstop()1252 mutex_enter(&thread_stop_lock); in del_one_utstop()1256 mutex_exit(&thread_stop_lock); in del_one_utstop()1263 mutex_enter(&thread_stop_lock); in utstop_timedwait()1265 (void) cv_reltimedwait(&utstop_cv, &thread_stop_lock, ticks, in utstop_timedwait()1267 mutex_exit(&thread_stop_lock); in utstop_timedwait()