Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-pool.c71 int new_threads; /* backlog of threads we need to create */ member
139 if (!pool->new_threads) { in do_spawn_thread()
143 pool->new_threads--; in do_spawn_thread()
161 pool->new_threads++; in spawn_thread()
364 pool->cur_threads -= pool->new_threads; in thread_pool_free()
365 pool->new_threads = 0; in thread_pool_free()