Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/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);
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) in ub_thread_create() function
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.h333 #define ub_thread_create(thr, func, arg) checklock_thrcreate(thr, func, arg) macro
H A Dunitslabhash.c350 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
H A Dasynclook.c374 ub_thread_create(&inf[i].tid, ext_thread, &inf[i]); in ext_test()
H A Dunitlruhash.c471 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c601 ub_thread_create(&cron_thread, win_do_cron, worker); in wsvc_cron_cb()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Ddaemon.c648 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibworker.c404 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c2137 ub_thread_create(&dtio->tid, dnstap_io, dtio); in dt_io_thread_start()