Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dblock_if.c107 pthread_t bc_btid[BLOCKIF_NUMTHR]; member
667 pthread_create(&bc->bc_btid[i], NULL, blockif_thr, bc); in blockif_open()
669 pthread_set_name_np(bc->bc_btid[i], tname); in blockif_open()
902 pthread_join(bc->bc_btid[i], &jval); in blockif_close()