Searched refs:sth_mtx (Results 1 – 2 of 2) sorted by relevance
66 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()72 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()77 mutex_enter(&thread->sth_mtx); in smb_thread_entry_point()86 mutex_exit(&thread->sth_mtx); in smb_thread_entry_point()110 mutex_init(&thread->sth_mtx, NULL, MUTEX_DEFAULT, NULL); in smb_thread_init()125 mutex_destroy(&thread->sth_mtx); in smb_thread_destroy()145 mutex_enter(&thread->sth_mtx); in smb_thread_start()149 mutex_exit(&thread->sth_mtx); in smb_thread_start()153 mutex_enter(&thread->sth_mtx); in smb_thread_start()157 cv_wait(&thread->sth_cv, &thread->sth_mtx); in smb_thread_start()[all …]
274 kmutex_t sth_mtx; member