Searched refs:resetcpu_mtx (Results 1 – 1 of 1) sorted by relevance
433 static pthread_mutex_t resetcpu_mtx = PTHREAD_MUTEX_INITIALIZER; in fbsdrun_deletecpu() local436 pthread_mutex_lock(&resetcpu_mtx); in fbsdrun_deletecpu()446 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()452 pthread_cond_wait(&resetcpu_cond, &resetcpu_mtx); in fbsdrun_deletecpu()454 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()