Searched refs:tx_exit_cv (Results 1 – 2 of 2) sorted by relevance
110 kcondvar_t tx_exit_cv; /* wait for all threads to exit */ member
149 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()171 cv_destroy(&tx->tx_exit_cv); in txg_fini()235 cv_broadcast(&tx->tx_exit_cv); in txg_thread_exit()288 cv_wait(&tx->tx_exit_cv, &tx->tx_sync_lock); in txg_sync_stop()