Lines Matching refs:threads
1277 offsetof(nxt_router_conf_t, threads),
1515 if (rtcf->threads == 0) { in nxt_router_conf_create()
1516 rtcf->threads = nxt_ncpu; in nxt_router_conf_create()
2939 nxt_uint_t n, threads; in nxt_router_engines_create() local
2943 threads = tmcf->router_conf->threads; in nxt_router_engines_create()
2945 tmcf->engines = nxt_array_create(tmcf->mem_pool, threads, in nxt_router_engines_create()
2964 if (n < threads) { in nxt_router_engines_create()
2982 while (n < threads) { in nxt_router_engines_create()
3196 nxt_uint_t i, threads; in nxt_router_threads_create() local
3200 threads = tmcf->router_conf->threads; in nxt_router_threads_create()
3202 for (i = tmcf->new_threads; i < threads; i++) { in nxt_router_threads_create()