Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_net.c122 pthread_cond_t tx_cond; member
507 pthread_cond_signal(&sc->tx_cond); in pci_vtnet_ping_txq()
528 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()
539 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx); in pci_vtnet_tx_thread()
694 pthread_cond_init(&sc->tx_cond, NULL); in pci_vtnet_init()