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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c111 pthread_t bc_btid[BLOCKIF_NUMTHR]; member in struct:blockif_ctxt
609 pthread_create(&bc->bc_btid[i], NULL, blockif_thr, bc);
611 pthread_set_name_np(bc->bc_btid[i], tname);
778 pthread_join(bc->bc_btid[i], &jval);

Completed in 152 milliseconds