Searched defs:ub_thread_join (Results 1 – 3 of 3) 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)) macro289 #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