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 D | thread.h | 46 #define isc_thread_join(t, rp) \ macro
|
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/ |
H A D | thread.h | 81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | thread.c | 45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { function
|
H A D | socket.c | 2675 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 D | rwlock_test.c | 125 (void)isc_thread_join(workers[i], NULL);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | task.c | 1216 (void)isc_thread_join(manager->threads[i], NULL);
|
H A D | timer.c | 896 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 D | socket.c | 4132 if (isc_thread_join(manager->watcher, NULL) != ISC_R_SUCCESS) 4134 "isc_thread_join() %s",
|
Completed in 40 milliseconds