Searched refs:ub_thread_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | locks.c | 113 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()
|
| H A D | locks.h | 152 typedef pthread_t ub_thread_type; typedef 234 typedef thread_t ub_thread_type; typedef 273 typedef HANDLE ub_thread_type; typedef 274 void ub_thread_create(ub_thread_type* thr, void* (*func)(void*), void* arg); 275 ub_thread_type ub_thread_self(void); 276 void ub_thread_join(ub_thread_type thr); 310 typedef pid_t ub_thread_type; typedef 317 void ub_thr_fork_wait(ub_thread_type thread); 318 void ub_thr_fork_create(ub_thread_type* thr, void* (*func)(void*), void* arg);
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.h | 94 ub_thread_type thr_id;
|
| H A D | remote.h | 208 ub_thread_type tid;
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | context.h | 91 ub_thread_type bg_tid;
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dtstream.h | 133 ub_thread_type tid;
|
| /freebsd/contrib/unbound/winrc/ |
| H A D | win_svc.c | 74 static ub_thread_type cron_thread = NULL;
|