Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h82 void thread_pool_wait(ThreadPool *pool);
/openbmc/qemu/migration/
H A Dmultifd-device-state.c209 thread_pool_wait(multifd_send_device_state->threads); in multifd_join_device_state_save_threads()
H A Dsavevm.c160 thread_pool_wait(mis->load_threads); in qemu_loadvm_thread_pool_wait()
/openbmc/qemu/util/
H A Dthread-pool.c472 void thread_pool_wait(ThreadPool *pool) in thread_pool_wait() function