Searched refs:min_threads (Results 1 – 3 of 3) sorted by relevance
24 static unsigned int min_threads = 1; variable34 OPT_UINTEGER('m', "min-threads", &min_threads,219 for (nr_threads_synthesize = min_threads; in run_multi_threaded()
73 int min_threads; member95 pool->cur_threads > pool->min_threads) { in worker_thread()302 pool->min_threads = ctx->thread_pool_min; in thread_pool_update_params()314 for (int i = pool->cur_threads; i < pool->min_threads; i++) { in thread_pool_update_params()
42 min_threads=1,