Searched refs:isc_thread_t (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dthread.h21 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 Dthread.h27 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 Dthread.c21 void isc_thread_setname(isc_thread_t thread, const char *name) {
/bind-9.11.3/lib/isc/win32/
H A Dthread.c18 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 Dapp.c40 static isc_thread_t blockedthread;
145 static isc_thread_t main_thread;
H A Dsocket.c2767 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i],
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dthread.h58 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 Dthread.c28 isc_thread_t *thread)
74 isc_thread_setname(isc_thread_t thread, const char *name) {
/bind-9.11.3/bin/tests/
H A Drwlock_test.c97 isc_thread_t workers[100];
/bind-9.11.3/lib/dns/tests/
H A Dname_test.c387 isc_thread_t threads[32];
H A Drbt_test.c1138 isc_thread_t threads[32];
/bind-9.11.3/lib/isc/
H A Dtask.c136 isc_thread_t * threads;
1398 workers * sizeof(isc_thread_t));
H A Dtimer.c104 isc_thread_t thread;
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c444 isc_thread_t watcher;

Completed in 1436 milliseconds