Home
last modified time | relevance | path

Searched refs:ub_thread_type (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/usr.sbin/unbound/util/
Dlocks.c113 ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thr_fork_create()
118 *thr = (ub_thread_type)pid; in ub_thr_fork_create()
121 *thr = (ub_thread_type)getpid(); in ub_thr_fork_create()
134 void ub_thr_fork_wait(ub_thread_type thread) in ub_thr_fork_wait()
226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create()
236 *thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL); in ub_thread_create()
244 ub_thread_type ub_thread_self(void) in ub_thread_self()
249 void ub_thread_join(ub_thread_type thr) in ub_thread_join()
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);
/openbsd/src/sbin/unwind/libunbound/util/
Dlocks.c113 ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thr_fork_create()
118 *thr = (ub_thread_type)pid; in ub_thr_fork_create()
121 *thr = (ub_thread_type)getpid(); in ub_thr_fork_create()
134 void ub_thr_fork_wait(ub_thread_type thread) in ub_thr_fork_wait()
226 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg) in ub_thread_create()
236 *thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL); in ub_thread_create()
244 ub_thread_type ub_thread_self(void) in ub_thread_self()
249 void ub_thread_join(ub_thread_type thr) in ub_thread_join()
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);
/openbsd/src/sbin/unwind/libunbound/daemon/
Dworker.h88 ub_thread_type thr_id;
/openbsd/src/usr.sbin/unbound/daemon/
Dworker.h88 ub_thread_type thr_id;
/openbsd/src/usr.sbin/unbound/dnstap/
Ddtstream.h133 ub_thread_type tid;
/openbsd/src/usr.sbin/unbound/libunbound/
Dcontext.h91 ub_thread_type bg_tid;
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dcontext.h91 ub_thread_type bg_tid;
/openbsd/src/usr.sbin/unbound/testcode/
Dchecklocks.h332 typedef pthread_t ub_thread_type; typedef
Dunitslabhash.c304 ub_thread_type id;
Dasynclook.c176 ub_thread_type tid;
Dunitlruhash.c425 ub_thread_type id;