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

/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c304 pthread_cond_t esc_rx_cond; member in struct:e82545_softc
947 pthread_cond_signal(&sc->esc_rx_cond);
1563 pthread_cond_wait(&sc->esc_rx_cond, &sc->esc_mtx);
2322 pthread_cond_init(&sc->esc_rx_cond, NULL);

Completed in 46 milliseconds