Home
last modified time | relevance | path

Searched refs:min_threads (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-rest-server/servers/rocket/
H A Dphosphor-rocket42 min_threads=1,
/openbmc/qemu/util/
H A Dthread-pool.c73 int min_threads; member
95 pool->cur_threads > pool->min_threads) { in worker_thread()
297 pool->min_threads = ctx->thread_pool_min; in thread_pool_update_params()
309 for (int i = pool->cur_threads; i < pool->min_threads; i++) { in thread_pool_update_params()