Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_e82545.c277 pthread_cond_t esc_tx_cond; member
1549 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_thread()
1550 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_thread()
1564 pthread_cond_signal(&sc->esc_tx_cond); in e82545_tx_start()
1580 pthread_cond_wait(&sc->esc_tx_cond, &sc->esc_mtx); in e82545_tx_disable()
2356 pthread_cond_init(&sc->esc_tx_cond, NULL); in e82545_init()