Home
last modified time | relevance | path

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

/qemu/include/block/
H A Dthread-pool.h29 ThreadPool *thread_pool_new(struct AioContext *ctx);
/qemu/util/
H A Dthread-pool.c345 ThreadPool *thread_pool_new(AioContext *ctx) in thread_pool_new() function
H A Dasync.c440 ctx->thread_pool = thread_pool_new(ctx); in aio_get_thread_pool()