| /openbsd-src/usr.sbin/unbound/util/ |
| H A D | locks.h | 170 #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 248 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg); 286 #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
|
| /openbsd-src/sbin/unwind/libunbound/util/ |
| H A D | locks.h | 170 #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 248 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg); 286 #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
|
| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | checklocks.h | 333 #define ub_thread_create(thr, func, arg) checklock_thrcreate(thr, func, arg) macro
|
| H A D | unitslabhash.c | 350 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
|
| H A D | asynclook.c | 374 ub_thread_create(&inf[i].tid, ext_thread, &inf[i]); in ext_test()
|
| H A D | unitlruhash.c | 471 ub_thread_create(&t[i].id, test_thr_main, &t[i]); in test_threaded_table()
|
| /openbsd-src/usr.sbin/unbound/daemon/ |
| H A D | daemon.c | 672 ub_thread_create(&daemon->workers[i]->thr_id, in daemon_stop_others()
|
| /openbsd-src/sbin/unwind/libunbound/libunbound/ |
| H A D | libworker.c | 390 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
|
| /openbsd-src/usr.sbin/unbound/libunbound/ |
| H A D | libworker.c | 390 ub_thread_create(&ctx->bg_tid, libworker_dobg, w); in libworker_bg()
|
| /openbsd-src/usr.sbin/unbound/dnstap/ |
| H A D | dtstream.c | 2174 ub_thread_create(&dtio->tid, dnstap_io, dtio); in dt_io_thread_stop()
|