Searched refs:ub_thread_join (Results 1 – 13 of 13) sorted by relevance
174 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro212 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro250 void ub_thread_join(ub_thread_type thr);289 #define ub_thread_join(thread) ub_thr_fork_wait(thread) macro
249 void ub_thread_join(ub_thread_type thr) in ub_thread_join() function
335 #define ub_thread_join(thread) checklock_thrjoin(thread) macro
354 ub_thread_join(t[i].id); in test_threaded_table()
378 ub_thread_join(inf[i].tid); in ext_test()
475 ub_thread_join(t[i].id); in test_threaded_table()
700 ub_thread_join(daemon->workers[i]->thr_id); in daemon_fork()
292 ub_thread_join(ctx->bg_tid); in ub_stop_bg()
2221 ub_thread_join(dtio->tid);
12058 - ub_thread_join portable definition.