Searched refs:bc_paused_cond (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c114 pthread_cond_t bc_paused_cond; member in struct:blockif_ctxt
386 pthread_cond_wait(&bc->bc_paused_cond, &bc->bc_mtx);
598 pthread_cond_init(&bc->bc_paused_cond, NULL);
922 pthread_cond_broadcast(&bc->bc_paused_cond);

Completed in 42 milliseconds