Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-pool.c72 int pending_threads; /* threads created but not running yet */ member
82 pool->pending_threads--; in worker_thread()
144 pool->pending_threads++; in do_spawn_thread()
169 if (!pool->pending_threads) { in spawn_thread()