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

/freebsd-10.2-release/contrib/unbound/daemon/
H A Dunbound.c222 int numthread = 1; /* it forks */ local
224 int numthread = (cfg->num_threads?cfg->num_threads:1); local
226 size_t total = numthread * perthread + misc;
235 if(numthread*perthread_noudp+15 > 1024)
238 - numthread*perthread_noudp
239 - 10 /* safety margin */) /numthread);
256 total = numthread*(perthread_noudp+
277 if(numthread*perthread_noudp+15 > avail)
280 - numthread*perthread_noudp
281 - 10 /* safety margin */) /numthread);
[all...]

Completed in 44 milliseconds