Searched refs:resetcpu_mtx (Results 1 – 1 of 1) sorted by relevance
594 static pthread_mutex_t resetcpu_mtx = PTHREAD_MUTEX_INITIALIZER; in fbsdrun_deletecpu() local597 pthread_mutex_lock(&resetcpu_mtx); in fbsdrun_deletecpu()607 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()613 pthread_cond_wait(&resetcpu_cond, &resetcpu_mtx); in fbsdrun_deletecpu()615 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()