Searched refs:thread_join (Results 1 – 5 of 5) sorted by relevance
59 #define thread_join(t) VERIFY(0) macro
82 #define thread_join(x) macro
235 #define thread_join(t) pthread_join((pthread_t)(t), NULL)
7355 VERIFY0(thread_join(run_threads[t])); in ztest_run()7376 VERIFY0(thread_join(resume_thread)); in ztest_run()7377 VERIFY0(thread_join(deadman_thread)); in ztest_run()
1389 thread_join(spa->spa_did); in spa_deactivate()