Searched refs:ub_thread_create (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.h170 #define ub_thread_create(thr, func, arg) PTHREADCREATE(thr, PTHREADSTACKSIZE, func, arg) macro
210 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr)) macro
248 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
284 /** ub_thread_create is simulated with fork (extremely heavy threads,
286 #define ub_thread_create(thr, func, arg) \ macro
H A Dlocks.c226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) function
/freebsd-13-stable/contrib/unbound/daemon/
H A Ddaemon.c556 ub_thread_create(&daemon->workers[i]->thr_id,
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dlibworker.c399 ub_thread_create(&ctx->bg_tid, libworker_dobg, w);
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.c2132 ub_thread_create(&dtio->tid, dnstap_io, dtio);

Completed in 113 milliseconds