Searched defs:thread_stop_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c116 static kmutex_t thread_stop_lock; variable
1234 mutex_enter(&thread_stop_lock);
1236 mutex_exit(&thread_stop_lock);
1243 mutex_enter(&thread_stop_lock);
1245 mutex_exit(&thread_stop_lock);
1252 mutex_enter(&thread_stop_lock);
1256 mutex_exit(&thread_stop_lock);
1263 mutex_enter(&thread_stop_lock);
1265 (void) cv_reltimedwait(&utstop_cv, &thread_stop_lock, ticks,
1267 mutex_exit(&thread_stop_lock);
[all...]

Completed in 59 milliseconds