Symbol: ub_thread_type
sbin/unwind/libunbound/daemon/remote.h
208
ub_thread_type tid;
sbin/unwind/libunbound/daemon/worker.h
94
ub_thread_type thr_id;
sbin/unwind/libunbound/libunbound/context.h
91
ub_thread_type bg_tid;
sbin/unwind/libunbound/util/locks.c
113
ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
sbin/unwind/libunbound/util/locks.c
118
*thr = (ub_thread_type)pid;
sbin/unwind/libunbound/util/locks.c
121
*thr = (ub_thread_type)getpid();
sbin/unwind/libunbound/util/locks.c
134
void ub_thr_fork_wait(ub_thread_type thread)
sbin/unwind/libunbound/util/locks.c
226
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
sbin/unwind/libunbound/util/locks.c
236
*thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL);
sbin/unwind/libunbound/util/locks.c
244
ub_thread_type ub_thread_self(void)
sbin/unwind/libunbound/util/locks.c
249
void ub_thread_join(ub_thread_type thr)
sbin/unwind/libunbound/util/locks.h
249
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
sbin/unwind/libunbound/util/locks.h
250
ub_thread_type ub_thread_self(void);
sbin/unwind/libunbound/util/locks.h
251
void ub_thread_join(ub_thread_type thr);
sbin/unwind/libunbound/util/locks.h
291
void ub_thr_fork_wait(ub_thread_type thread);
sbin/unwind/libunbound/util/locks.h
292
void ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
usr.sbin/unbound/daemon/remote.h
208
ub_thread_type tid;
usr.sbin/unbound/daemon/worker.h
94
ub_thread_type thr_id;
usr.sbin/unbound/dnstap/dtstream.h
133
ub_thread_type tid;
usr.sbin/unbound/libunbound/context.h
91
ub_thread_type bg_tid;
usr.sbin/unbound/testcode/asynclook.c
176
ub_thread_type tid;
usr.sbin/unbound/testcode/unitlruhash.c
425
ub_thread_type id;
usr.sbin/unbound/testcode/unitslabhash.c
304
ub_thread_type id;
usr.sbin/unbound/util/locks.c
113
ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
usr.sbin/unbound/util/locks.c
118
*thr = (ub_thread_type)pid;
usr.sbin/unbound/util/locks.c
121
*thr = (ub_thread_type)getpid();
usr.sbin/unbound/util/locks.c
134
void ub_thr_fork_wait(ub_thread_type thread)
usr.sbin/unbound/util/locks.c
226
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg)
usr.sbin/unbound/util/locks.c
236
*thr=(ub_thread_type)_beginthreadex(NULL, 0, (void*)func, arg, 0, NULL);
usr.sbin/unbound/util/locks.c
244
ub_thread_type ub_thread_self(void)
usr.sbin/unbound/util/locks.c
249
void ub_thread_join(ub_thread_type thr)
usr.sbin/unbound/util/locks.h
249
void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
usr.sbin/unbound/util/locks.h
250
ub_thread_type ub_thread_self(void);
usr.sbin/unbound/util/locks.h
251
void ub_thread_join(ub_thread_type thr);
usr.sbin/unbound/util/locks.h
291
void ub_thr_fork_wait(ub_thread_type thread);
usr.sbin/unbound/util/locks.h
292
void ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg);