Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-pool.c62 QEMUBH *new_thread_bh; member
170 qemu_bh_schedule(pool->new_thread_bh); in spawn_thread()
337 pool->new_thread_bh = aio_bh_new(ctx, spawn_thread_bh_fn, pool); in thread_pool_init_one()
363 qemu_bh_delete(pool->new_thread_bh); in thread_pool_free()