Home
last modified time | relevance | path

Searched defs:ub_thread_join (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/unbound/util/
H A Dlocks.h174 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro
212 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro
289 #define ub_thread_join(thread) ub_thr_fork_wait(thread) macro
H A Dlocks.c249 void ub_thread_join(ub_thread_type thr) in ub_thread_join() function
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlocks.h174 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro
212 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro
289 #define ub_thread_join(thread) ub_thr_fork_wait(thread) macro
H A Dlocks.c249 void ub_thread_join(ub_thread_type thr) in ub_thread_join() function
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.h335 #define ub_thread_join(thread) checklock_thrjoin(thread) macro