Searched defs:ub_thread_create (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/unbound/util/
H A Dlocks.c226 void ub_thread_create(ub_thread_t* thr, void* (*func)(void*), void* arg) function
H A Dlocks.h153 #define ub_thread_create(thr, func, arg) LOCKRET(pthread_create(thr, NULL, func, arg)) macro
193 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr)) macro
269 #define ub_thread_create(thr, func, arg) \ macro

Completed in 43 milliseconds