Home
last modified time | relevance | path

Searched refs:ub_thread_join (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dlocks.h175 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro
213 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro
251 void ub_thread_join(ub_thread_type thr);
290 #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
/freebsd/contrib/unbound/daemon/
H A Ddaemon.c705 ub_thread_join(daemon->workers[i]->thr_id); in daemon_stop_others()
/freebsd/contrib/unbound/libunbound/
H A Dlibunbound.c292 ub_thread_join(ctx->bg_tid); in ub_stop_bg()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c2221 ub_thread_join(dtio->tid); in dt_io_thread_stop()
/freebsd/contrib/unbound/doc/
H A DChangelog12472 - ub_thread_join portable definition.