Searched refs:ub_thread_create (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 171 #define ub_thread_create(thr, func, arg) PTHREADCREATE(thr, PTHREADSTACKSIZE, func, arg) macro 211 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr)) macro 249 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg); 287 #define ub_thread_create(thr, func, arg) \ macro
|
H A D | locks.c | 226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create() function
|
/freebsd/contrib/unbound/daemon/ |
H A D | daemon.c | 677 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
|
/freebsd/contrib/unbound/libunbound/ |
H A D | libworker.c | 390 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dtstream.c | 2174 ub_thread_create(&dtio->tid, dnstap_io, dtio); in dt_io_thread_start()
|