Home
last modified time | relevance | path

Searched refs:resetcpu_mtx (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c576 static pthread_mutex_t resetcpu_mtx = PTHREAD_MUTEX_INITIALIZER; in fbsdrun_deletecpu() local
579 pthread_mutex_lock(&resetcpu_mtx); in fbsdrun_deletecpu()
589 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()
595 pthread_cond_wait(&resetcpu_cond, &resetcpu_mtx); in fbsdrun_deletecpu()
597 pthread_mutex_unlock(&resetcpu_mtx); in fbsdrun_deletecpu()