Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Daio.h520 struct ThreadPool *aio_get_thread_pool(AioContext *ctx);
/openbmc/qemu/util/
H A Dthread-pool.c246 ThreadPool *pool = aio_get_thread_pool(ctx); in thread_pool_submit_aio()
H A Dasync.c435 ThreadPool *aio_get_thread_pool(AioContext *ctx) in aio_get_thread_pool() function