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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c118 pthread_t vsw_thread; member in struct:pci_vtscsi_worker
656 pthread_create(&worker->vsw_thread, NULL, &pci_vtscsi_proc,
660 pthread_set_name_np(worker->vsw_thread, tname);

Completed in 107 milliseconds