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

/macosx-10.10/bind9-45.101/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h46 #define isc_thread_join(t, rp) \ macro
/macosx-10.10/ntp-92/lib/isc/pthreads/include/isc/
H A Dthread.h46 #define isc_thread_join(t, rp) \ macro
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dthread.h81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dthread.c45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { function
H A Dsocket.c2663 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i],
2666 "isc_thread_join() for Completion Port %s",
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dthread.h81 isc_thread_join(isc_thread_t, isc_threadresult_t *);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dthread.c45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { function
H A Dsocket.c2549 if (isc_thread_join((isc_thread_t) manager->hIOCPThreads[i],
2552 "isc_thread_join() for Completion Port %s",
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Drwlock_test.c125 (void)isc_thread_join(workers[i], NULL);
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dtimer.c1008 if (isc_thread_join(manager->thread, NULL) != ISC_R_SUCCESS)
1010 "isc_thread_join() %s",
H A Dtask.c1388 (void)isc_thread_join(manager->threads[i], NULL);
/macosx-10.10/ntp-92/lib/isc/
H A Dtask.c1219 (void)isc_thread_join(manager->threads[i], NULL);
H A Dtimer.c893 if (isc_thread_join(manager->thread, NULL) != ISC_R_SUCCESS)
895 "isc_thread_join() %s",
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c4353 if (isc_thread_join(manager->watcher, NULL) != ISC_R_SUCCESS)
4355 "isc_thread_join() %s",
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dsocket.c4036 if (isc_thread_join(manager->watcher, NULL) != ISC_R_SUCCESS)
4038 "isc_thread_join() %s",

Completed in 379 milliseconds