Searched refs:thread_join (Results 1 – 5 of 5) sorted by relevance
84 #define thread_join(x) macro
57 #define thread_join(t) VERIFY(0) macro
235 #define thread_join(t) pthread_join((pthread_t)(t), NULL)
7705 VERIFY0(thread_join(run_threads[t])); in ztest_run()7726 VERIFY0(thread_join(resume_thread)); in ztest_run()7727 VERIFY0(thread_join(deadman_thread)); in ztest_run()
1800 thread_join(spa->spa_did); in spa_deactivate()