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

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_virtio_net.c149 pthread_cond_t tx_cond; member in struct:pci_vtnet_softc
440 pthread_cond_signal(&sc->tx_cond);
461 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx);
474 error = pthread_cond_wait(&sc->tx_cond,
668 pthread_cond_init(&sc->tx_cond, NULL);

Completed in 49 milliseconds