ub_thread_join
void ub_thread_join(ub_thread_type thr)
#define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL))
#define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL))
#define ub_thread_join(thread) ub_thr_fork_wait(thread)
#define ub_thread_join(thread) checklock_thrjoin(thread)
void ub_thread_join(ub_thread_type thr)
#define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL))
#define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL))
#define ub_thread_join(thread) ub_thr_fork_wait(thread)