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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c279 pthread_cond_t esc_tx_cond; member in struct:e82545_softc
1516 pthread_cond_signal(&sc->esc_tx_cond);
1517 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx);
1531 pthread_cond_signal(&sc->esc_tx_cond);
1547 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx);
2323 pthread_cond_init(&sc->esc_tx_cond, NULL);

Completed in 75 milliseconds