Searched refs:ub_thread_create (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/unbound/util/
H A Dlocks.h150 #define ub_thread_create(thr, func, arg) LOCKRET(pthread_create(thr, NULL, func, arg)) macro
190 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr)) macro
228 void ub_thread_create(ub_thread_t* thr, void* (*func)(void*), void* arg);
264 /** ub_thread_create is simulated with fork (extremely heavy threads,
266 #define ub_thread_create(thr, func, arg) \ macro
H A Dlocks.c226 void ub_thread_create(ub_thread_t* thr, void* (*func)(void*), void* arg) function
/freebsd-10.1-release/contrib/unbound/daemon/
H A Ddaemon.c477 ub_thread_create(&daemon->workers[i]->thr_id,
/freebsd-10.1-release/contrib/unbound/libunbound/
H A Dlibworker.c387 ub_thread_create(&ctx->bg_tid, libworker_dobg, w);

Completed in 194 milliseconds