Home
last modified time | relevance | path

Searched refs:ub_thread_join (Results 1 – 13 of 13) 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
250 void ub_thread_join(ub_thread_type thr);
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
250 void ub_thread_join(ub_thread_type thr);
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
H A Dunitslabhash.c354 ub_thread_join(t[i].id); in test_threaded_table()
H A Dasynclook.c378 ub_thread_join(inf[i].tid); in ext_test()
H A Dunitlruhash.c475 ub_thread_join(t[i].id); in test_threaded_table()
/openbsd-src/usr.sbin/unbound/daemon/
H A Ddaemon.c700 ub_thread_join(daemon->workers[i]->thr_id); in daemon_fork()
/openbsd-src/sbin/unwind/libunbound/libunbound/
H A Dlibunbound.c292 ub_thread_join(ctx->bg_tid); in ub_stop_bg()
/openbsd-src/usr.sbin/unbound/libunbound/
H A Dlibunbound.c292 ub_thread_join(ctx->bg_tid); in ub_stop_bg()
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddtstream.c2221 ub_thread_join(dtio->tid);
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog12058 - ub_thread_join portable definition.