Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h30 void thread_pool_free_aio(ThreadPoolAio *pool);
/openbmc/qemu/util/
H A Dthread-pool.c347 void thread_pool_free_aio(ThreadPoolAio *pool) in thread_pool_free_aio() function
H A Dasync.c379 thread_pool_free_aio(ctx->thread_pool); in aio_ctx_finalize()