Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h85 bool thread_pool_set_max_threads(ThreadPool *pool, int max_threads);
/openbmc/qemu/util/
H A Dthread-pool.c482 bool thread_pool_set_max_threads(ThreadPool *pool, in thread_pool_set_max_threads() function
494 return thread_pool_set_max_threads(pool, pool->cur_work); in thread_pool_adjust_max_threads_to_work()