Lines Matching defs:threads

941 	isc_thread_t threads[workers];
949 memset(threads, 0, sizeof(threads));
951 isc_thread_create(connect_thread, udp_connect, &threads[i]);
962 isc_thread_join(threads[i], NULL);
985 isc_thread_t threads[workers];
993 memset(threads, 0, sizeof(threads));
995 isc_thread_create(connect_thread, udp_connect, &threads[i]);
1008 isc_thread_join(threads[i], NULL);
1030 isc_thread_t threads[workers];
1038 memset(threads, 0, sizeof(threads));
1040 isc_thread_create(connect_thread, udp_connect, &threads[i]);
1060 isc_thread_join(threads[i], NULL);
1078 isc_thread_t threads[workers];
1086 memset(threads, 0, sizeof(threads));
1088 isc_thread_create(connect_thread, udp_connect, &threads[i]);
1104 isc_thread_join(threads[i], NULL);
1374 isc_thread_t threads[workers];
1383 memset(threads, 0, sizeof(threads));
1386 &threads[i]);
1401 isc_thread_join(threads[i], NULL);
1425 isc_thread_t threads[workers];
1434 memset(threads, 0, sizeof(threads));
1437 &threads[i]);
1454 isc_thread_join(threads[i], NULL);
1477 isc_thread_t threads[workers];
1486 memset(threads, 0, sizeof(threads));
1489 &threads[i]);
1513 isc_thread_join(threads[i], NULL);
1532 isc_thread_t threads[workers];
1541 memset(threads, 0, sizeof(threads));
1544 &threads[i]);
1564 isc_thread_join(threads[i], NULL);
1897 isc_thread_t threads[workers];
1906 memset(threads, 0, sizeof(threads));
1908 isc_thread_create(connect_thread, tcpdns_connect, &threads[i]);
1919 isc_thread_join(threads[i], NULL);
1942 isc_thread_t threads[workers];
1951 memset(threads, 0, sizeof(threads));
1953 isc_thread_create(connect_thread, tcpdns_connect, &threads[i]);
1966 isc_thread_join(threads[i], NULL);
1988 isc_thread_t threads[workers];
1997 memset(threads, 0, sizeof(threads));
1999 isc_thread_create(connect_thread, tcpdns_connect, &threads[i]);
2019 isc_thread_join(threads[i], NULL);
2037 isc_thread_t threads[workers];
2046 memset(threads, 0, sizeof(threads));
2048 isc_thread_create(connect_thread, tcpdns_connect, &threads[i]);
2064 isc_thread_join(threads[i], NULL);
2629 isc_thread_t threads[workers];
2639 memset(threads, 0, sizeof(threads));
2641 isc_thread_create(connect_thread, tlsdns_connect, &threads[i]);
2652 isc_thread_join(threads[i], NULL);
2675 isc_thread_t threads[workers];
2685 memset(threads, 0, sizeof(threads));
2687 isc_thread_create(connect_thread, tlsdns_connect, &threads[i]);
2700 isc_thread_join(threads[i], NULL);
2722 isc_thread_t threads[workers];
2732 memset(threads, 0, sizeof(threads));
2734 isc_thread_create(connect_thread, tlsdns_connect, &threads[i]);
2754 isc_thread_join(threads[i], NULL);
2772 isc_thread_t threads[workers];
2782 memset(threads, 0, sizeof(threads));
2784 isc_thread_create(connect_thread, tlsdns_connect, &threads[i]);
2800 isc_thread_join(threads[i], NULL);