Searched defs:ub_thread_create (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/unbound/util/ | ||
H A D | locks.h | 170 #define ub_thread_create( global() 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 |