Searched refs:thread_pool_free (Results 1 – 4 of 4) sorted by relevance
53 void thread_pool_free(ThreadPool *pool);
45 g_clear_pointer(&multifd_send_device_state->threads, thread_pool_free); in multifd_device_state_send_cleanup()
152 g_clear_pointer(&mis->load_threads, thread_pool_free); in qemu_loadvm_thread_pool_destroy()
430 void thread_pool_free(ThreadPool *pool) in thread_pool_free() function