Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dpci_virtio_net.c121 pthread_cond_t tx_cond; member
491 pthread_cond_signal(&sc->tx_cond); in pci_vtnet_ping_txq()
512 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()
523 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()
666 pthread_cond_init(&sc->tx_cond, NULL); in pci_vtnet_init()