ub_thread_create
ub_thread_create(&ctx->bg_tid, libworker_dobg, w);
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
ub_thread_create(&daemon->workers[i]->thr_id,
ub_thread_create(&worker->daemon->fast_reload_thread->tid,
ub_thread_create(&dtio->tid, dnstap_io, dtio);
ub_thread_create(&ctx->bg_tid, libworker_dobg, w);
ub_thread_create(&inf[i].tid, ext_thread, &inf[i]);
ub_thread_create(&t[i].id, test_thr_main, &t[i]);
ub_thread_create(&t[i].id, test_thr_main, &t[i]);
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);