Home
last modified time | relevance | path

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

/freebsd-src/contrib/unbound/util/
H A Dlocks.h171 #define ub_thread_create(thr, func, arg) PTHREADCREATE(thr, PTHREADSTACKSIZE, func, arg)
211 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr))
249 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
285 /** ub_thread_create is simulated with fork (extremely heavy threads,
287 #define ub_thread_create(thr, func, arg) \
170 #define ub_thread_create( global() macro
210 #define ub_thread_create( global() macro
286 #define ub_thread_create( global() macro
H A Dlocks.c226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create() function
/freebsd-src/contrib/unbound/daemon/
H A Ddaemon.c678 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_stop_others()
/freebsd-src/contrib/unbound/libunbound/
H A Dlibworker.c390 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
/freebsd-src/contrib/unbound/dnstap/
H A Ddtstream.c2174 ub_thread_create(&dtio->tid, dnstap_io, dtio); in dt_io_thread_stop()