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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_e82545.c279 pthread_cond_t esc_tx_cond; member in struct:e82545_softc
1493 pthread_cond_signal(&sc->esc_tx_cond);
1494 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx);
1508 pthread_cond_signal(&sc->esc_tx_cond);
1524 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx);
2299 pthread_cond_init(&sc->esc_tx_cond, NULL);

Completed in 47 milliseconds