Searched refs:ub_thread_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/unbound/util/
H A Dlocks.c113 ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
118 *thr = (ub_thread_type)pid;
121 *thr = (ub_thread_type)getpid();
131 * Note that ub_thread_type is defined as pid_t.
134 void ub_thr_fork_wait(ub_thread_type thread)
226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
236 *thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL);
244 ub_thread_type ub_thread_self(void)
249 void ub_thread_join(ub_thread_type thr)
H A Dlocks.h151 typedef pthread_t ub_thread_type; typedef
209 typedef thread_t ub_thread_type; typedef
247 typedef HANDLE ub_thread_type; typedef
248 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
249 ub_thread_type ub_thread_self(void);
250 void ub_thread_join(ub_thread_type thr);
283 typedef pid_t ub_thread_type; typedef
290 void ub_thr_fork_wait(ub_thread_type thread);
291 void ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
/freebsd-13-stable/contrib/unbound/daemon/
H A Dworker.h88 ub_thread_type thr_id;
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddtstream.h133 ub_thread_type tid;
/freebsd-13-stable/contrib/unbound/libunbound/
H A Dcontext.h91 ub_thread_type bg_tid;

Completed in 164 milliseconds