Searched refs:isc_thread_t (Results 1 - 14 of 14) sorted by relevance
/bind-9.11.3/lib/isc/nothreads/include/isc/ |
H A D | thread.h | 21 typedef void * isc_thread_t; typedef 31 isc_thread_setname(isc_thread_t thread, const char *name);
|
/bind-9.11.3/lib/isc/pthreads/include/isc/ |
H A D | thread.h | 27 typedef pthread_t isc_thread_t; typedef 34 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *); 43 isc_thread_setname(isc_thread_t thread, const char *name);
|
/bind-9.11.3/lib/isc/nothreads/ |
H A D | thread.c | 21 void isc_thread_setname(isc_thread_t thread, const char *name) {
|
/bind-9.11.3/lib/isc/win32/ |
H A D | thread.c | 18 isc_thread_t *threadp) 20 isc_thread_t thread; 23 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id); 35 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { 61 isc_thread_setname(isc_thread_t thread, const char *name) {
|
H A D | app.c | 40 static isc_thread_t blockedthread; 145 static isc_thread_t main_thread;
|
H A D | socket.c | 2767 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i],
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | thread.h | 58 typedef HANDLE isc_thread_t; typedef 69 isc_thread_create(isc_threadfunc_t, isc_threadarg_t, isc_thread_t *); 72 isc_thread_join(isc_thread_t, isc_threadresult_t *); 78 isc_thread_setname(isc_thread_t, const char *);
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | thread.c | 28 isc_thread_t *thread) 74 isc_thread_setname(isc_thread_t thread, const char *name) {
|
/bind-9.11.3/bin/tests/ |
H A D | rwlock_test.c | 97 isc_thread_t workers[100];
|
/bind-9.11.3/lib/dns/tests/ |
H A D | name_test.c | 387 isc_thread_t threads[32];
|
H A D | rbt_test.c | 1138 isc_thread_t threads[32];
|
/bind-9.11.3/lib/isc/ |
H A D | task.c | 136 isc_thread_t * threads; 1398 workers * sizeof(isc_thread_t));
|
H A D | timer.c | 104 isc_thread_t thread;
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 444 isc_thread_t watcher;
|
Completed in 1436 milliseconds