Searched refs:isc_thread_join (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/pthreads/include/isc/
H A Dthread.h46 #define isc_thread_join(t, rp) \ macro
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dthread.h81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dthread.c45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { function
H A Dsocket.c2675 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i],
2678 "isc_thread_join() for Completion Port %s",
/bind-9.6-ESV-R11/bin/tests/
H A Drwlock_test.c125 (void)isc_thread_join(workers[i], NULL);
/bind-9.6-ESV-R11/lib/isc/
H A Dtask.c1216 (void)isc_thread_join(manager->threads[i], NULL);
H A Dtimer.c896 if (isc_thread_join(manager->thread, NULL) != ISC_R_SUCCESS)
898 "isc_thread_join() %s",
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c4132 if (isc_thread_join(manager->watcher, NULL) != ISC_R_SUCCESS)
4134 "isc_thread_join() %s",

Completed in 40 milliseconds