Searched defs:ub_thread_join (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/unbound/util/
H A Dlocks.h157 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro
195 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro
272 #define ub_thread_join(thread) ub_thr_fork_wait(thread) macro
H A Dlocks.c249 void ub_thread_join(ub_thread_t thr) function

Completed in 121 milliseconds