Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dthread-pool.h30 void thread_pool_free(ThreadPool *pool);
/qemu/util/
H A Dthread-pool.c352 void thread_pool_free(ThreadPool *pool) in thread_pool_free() function
H A Dasync.c371 thread_pool_free(ctx->thread_pool); in aio_ctx_finalize()