Searched refs:sth_mtx (Results 1 – 2 of 2) sorted by relevance
865 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()873 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()875 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()880 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()902 mutex_init(&thread->sth_mtx, NULL, MUTEX_DEFAULT, NULL); in smb_thread_init()917 mutex_destroy(&thread->sth_mtx); in smb_thread_destroy()937 mutex_enter(&thread->sth_mtx); in smb_thread_start()941 mutex_exit(&thread->sth_mtx); in smb_thread_start()945 mutex_enter(&thread->sth_mtx); in smb_thread_start()947 cv_wait(&thread->sth_cv, &thread->sth_mtx); in smb_thread_start()[all …]
264 kmutex_t sth_mtx; member