Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h46 ThreadPool *thread_pool_new(void);
/openbmc/qemu/migration/
H A Dmultifd-device-state.c39 multifd_send_device_state->threads = thread_pool_new(); in multifd_device_state_send_setup()
H A Dsavevm.c143 mis->load_threads = thread_pool_new(); in qemu_loadvm_thread_pool_create()
/openbmc/qemu/util/
H A Dthread-pool.c412 ThreadPool *thread_pool_new(void) in thread_pool_new() function