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

/freebsd-12-stable/contrib/unbound/daemon/
H A Dunbound.c193 int numthread = 1; /* it forks */ local
195 int numthread = (cfg->num_threads?cfg->num_threads:1); local
197 size_t total = numthread * perthread + misc;
206 if(numthread*perthread_noudp+15 > 1024)
209 - numthread*perthread_noudp
210 - 10 /* safety margin */) /numthread);
227 total = numthread*(perthread_noudp+
248 if(numthread*perthread_noudp+15 > avail)
251 - numthread*perthread_noudp
252 - 10 /* safety margin */) /numthread);
[all...]

Completed in 107 milliseconds