Searched defs:ub_thread_create (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | locks.h | 171 #define ub_thread_create(thr, func, arg) PTHREADCREATE(thr, PTHREADSTACKSIZE, func, arg) macro 211 #define ub_thread_create(thr, func, arg) LOCKRET(thr_create(NULL, NULL, func, arg, NULL, thr)) macro 287 #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
|