Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h53 void thread_pool_free(ThreadPool *pool);
/openbmc/qemu/migration/
H A Dmultifd-device-state.c45 g_clear_pointer(&multifd_send_device_state->threads, thread_pool_free); in multifd_device_state_send_cleanup()
H A Dsavevm.c152 g_clear_pointer(&mis->load_threads, thread_pool_free); in qemu_loadvm_thread_pool_destroy()
/openbmc/qemu/util/
H A Dthread-pool.c430 void thread_pool_free(ThreadPool *pool) in thread_pool_free() function