Searched defs:nthreads (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/tests/
H A Dname_test.c386 unsigned int nthreads; local
399 nthreads = ISC_MIN(isc_os_ncpus(), 32);
400 nthreads = ISC_MAX(nthreads, 1);
401 for (i = 0; i < nthreads; i++) {
406 for (i = 0; i < nthreads; i++) {
417 nthreads * 32000000, t / 1000000.0,
418 (nthreads * 32000000) / (t / 1000000.0));
H A Drbt_test.c1137 unsigned int nthreads; local
1178 nthreads = ISC_MIN(isc_os_ncpus(), 32);
1179 nthreads = ISC_MAX(nthreads, 1);
1180 for (i = 0; i < nthreads; i++) {
1185 for (i = 0; i < nthreads; i++) {
1196 nthreads * 8 * 4000000, t / 1000000.0,
1197 (nthreads * 8 * 4000000) / (t / 1000000.0));
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c998 per_thread(isc_uint32_t total, isc_uint32_t nthreads, unsigned int offset) argument
1002 value = total / nthreads;
1003 if (value % nthreads > offset)

Completed in 17 milliseconds