Searched refs:ub_thread_create (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | locks.h | 170 #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 D | locks.c | 226 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 D | checklocks.h | 333 #define ub_thread_create(thr, func, arg) checklock_thrcreate(thr, func, arg) macro
|
H A D | unitslabhash.c | 350 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
|
H A D | asynclook.c | 374 ub_thread_create(&inf[i].tid, ext_thread, &inf[i]); in ext_test()
|
H A D | unitlruhash.c | 471 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
|
/netbsd-src/external/bsd/unbound/dist/winrc/ |
H A D | win_svc.c | 601 ub_thread_create(&cron_thread, win_do_cron, worker); in wsvc_cron_cb()
|
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | daemon.c | 648 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_start_others()
|
/netbsd-src/external/bsd/unbound/dist/libunbound/ |
H A D | libworker.c | 404 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
|
/netbsd-src/external/bsd/unbound/dist/dnstap/ |
H A D | dtstream.c | 2137 ub_thread_create(&dtio->tid, dnstap_io, dtio); in dt_io_thread_start()
|