Home
last modified time | relevance | path

Searched refs:bse_mtx (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c153 pthread_mutex_t bse_mtx; member
510 pthread_mutex_lock(&bse->bse_mtx); in blockif_sigcont_handler()
513 pthread_mutex_unlock(&bse->bse_mtx); in blockif_sigcont_handler()
1030 pthread_mutex_init(&bse.bse_mtx, NULL); in blockif_cancel()
1044 pthread_mutex_lock(&bse.bse_mtx); in blockif_cancel()
1046 pthread_cond_wait(&bse.bse_cond, &bse.bse_mtx); in blockif_cancel()
1047 pthread_mutex_unlock(&bse.bse_mtx); in blockif_cancel()