Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dsig.c109 static kmutex_t thread_stop_lock; variable
1218 mutex_enter(&thread_stop_lock); in utstop_init()
1220 mutex_exit(&thread_stop_lock); in utstop_init()
1227 mutex_enter(&thread_stop_lock); in add_one_utstop()
1229 mutex_exit(&thread_stop_lock); in add_one_utstop()
1236 mutex_enter(&thread_stop_lock); in del_one_utstop()
1240 mutex_exit(&thread_stop_lock); in del_one_utstop()
1247 mutex_enter(&thread_stop_lock); in utstop_timedwait()
1249 (void) cv_reltimedwait(&utstop_cv, &thread_stop_lock, ticks, in utstop_timedwait()
1251 mutex_exit(&thread_stop_lock); in utstop_timedwait()