Home
last modified time | relevance | path

Searched refs:max_nthreads (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/nscd/
Dnscd_stat.c93 int max_nthreads; member
118 data.max_nthreads = max_nthreads; in send_stats()
262 data.nthreads, data.max_nthreads, data.client_queued, in receive_print_stats()
Dnscd_conf.c185 max_nthreads = MAX (atol (arg1), lastdb); in nscd_parse_file()
293 if (max_nthreads < nthreads) in nscd_parse_file()
294 max_nthreads = nthreads; in nscd_parse_file()
Dnscd.h207 extern int max_nthreads;
Dconnections.c246 int max_nthreads = 32; variable
1751 if (nthreads < max_nthreads in fd_ready()
/glibc-2.36/ChangeLog.old/
DChangeLog.152060 * nscd/nscd.h: Declare max_nthreads.