Home
last modified time | relevance | path

Searched defs:ub_thread_create (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.sbin/unbound/util/
H A Dlocks.h170 #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
286 #define ub_thread_create(thr, func, arg) \ macro
H A Dlocks.c226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create() function
/openbsd-src/sbin/unwind/libunbound/util/
H A Dlocks.h170 #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
286 #define ub_thread_create(thr, func, arg) \ macro
H A Dlocks.c226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create() function
/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.h333 #define ub_thread_create(thr, func, arg) checklock_thrcreate(thr, func, arg) macro