HomeSort by: relevance | last modified time | path
    Searched refs:ub_thread_join (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
locks.h 175 #define ub_thread_join(thread) LOCKRET(pthread_join(thread, NULL)) macro
237 #define ub_thread_join(thread) LOCKRET(thr_join(thread, NULL, NULL)) macro
276 void ub_thread_join(ub_thread_type thr);
316 #define ub_thread_join(thread) ub_thr_fork_wait(thread) macro
locks.c 249 void ub_thread_join(ub_thread_type thr) function
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 357 #define ub_thread_join(thread) checklock_thrjoin(thread) macro
unitslabhash.c 354 ub_thread_join(t[i].id);
asynclook.c 378 ub_thread_join(inf[i].tid);
unitlruhash.c 475 ub_thread_join(t[i].id);
  /src/external/bsd/unbound/dist/libunbound/
libunbound.c 292 ub_thread_join(ctx->bg_tid);
  /src/external/bsd/unbound/dist/daemon/
daemon.c 990 ub_thread_join(daemon->workers[i]->thr_id);
remote.c 7371 ub_thread_join(fr->tid);
  /src/external/bsd/unbound/dist/dnstap/
dtstream.c 2235 ub_thread_join(dtio->tid);

Completed in 23 milliseconds