HomeSort by: relevance | last modified time | path
    Searched defs:ub_thread_create (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
locks.c 226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) function
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
249 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
285 /** ub_thread_create is simulated with fork (extremely heavy threads,
287 #define ub_thread_create(thr, func, arg) \ macro
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 355 #define ub_thread_create(thr, func, arg) checklock_thrcreate(thr, func, arg) macro

Completed in 30 milliseconds