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

/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_virtio_net.c146 pthread_cond_t tx_cond; member in struct:pci_vtnet_softc
410 pthread_cond_signal(&sc->tx_cond);
431 error = pthread_cond_wait(&sc->tx_cond, &sc->tx_mtx);
444 error = pthread_cond_wait(&sc->tx_cond,
633 pthread_cond_init(&sc->tx_cond, NULL);

Completed in 69 milliseconds