Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dblock_if.c135 pthread_t bc_btid[BLOCKIF_NUMTHR]; member
835 pthread_create(&bc->bc_btid[i], NULL, blockif_thr, bc); in blockif_open()
837 pthread_set_name_np(bc->bc_btid[i], tname); in blockif_open()
1077 pthread_join(bc->bc_btid[i], &jval); in blockif_close()