| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| thread.h | 51 isc_thread_join(isc_thread_t thread, void **);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/ |
| thread.h | 48 #define isc_thread_join(t, rp) \ macro
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/ |
| thread.h | 48 isc_thread_join(isc_thread_t thread, isc_threadresult_t *result);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| thread.h | 83 isc_thread_join(isc_thread_t, isc_threadresult_t *);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/ |
| thread.c | 47 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { function
|
| /src/external/mpl/bind/dist/tests/isc/ |
| rwlock_test.c | 203 isc_thread_join(thread2, NULL); 204 isc_thread_join(thread1, NULL); 279 isc_thread_join(threads[i], NULL); 311 isc_thread_join(threads[i], NULL);
|
| mutex_test.c | 150 isc_thread_join(threads[i], NULL); 187 isc_thread_join(threads[i], NULL);
|
| quota_test.c | 284 isc_thread_join(threads[i], NULL); 288 isc_thread_join(g_threads[i], NULL);
|
| spinlock_test.c | 159 isc_thread_join(threads[i], NULL); 197 isc_thread_join(threads[i], NULL);
|
| mem_test.c | 526 isc_thread_join(threads[i], NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/ |
| thread.c | 95 isc_thread_join(isc_thread_t thread, isc_threadresult_t *result) { function
|
| /src/external/mpl/bind/dist/lib/isc/ |
| thread.c | 148 isc_thread_join(isc_thread_t thread, void **resultp) { function
|
| loop.c | 597 isc_thread_join(helper->thread, NULL); 603 isc_thread_join(loop->thread, NULL);
|
| /src/external/mpl/bind/dist/tests/bench/ |
| load-names.c | 595 isc_thread_join(threads[i].thread, NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 743 isc_thread_join(manager->thread, NULL);
|
| /src/external/mpl/bind/dist/tests/dns/ |
| name_test.c | 994 isc_thread_join(threads[i], NULL);
|
| rbt_test.c | 1188 isc_thread_join(threads[i], NULL);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| task.c | 1539 (void)isc_thread_join(manager->threads[i], NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| netmgr.c | 415 isc_thread_join(worker->thread, NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/unix/ |
| socket.c | 3987 isc_thread_join(manager->threads[i].thread, NULL);
|