Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dasync.c379 thread_pool_free_aio(ctx->thread_pool); in aio_ctx_finalize()
439 if (!ctx->thread_pool) { in aio_get_g_source()
440 ctx->thread_pool = thread_pool_new_aio(ctx);
442 return ctx->thread_pool; in aio_get_thread_pool()
603 ctx->thread_pool = NULL; in aio_context_new()
754 if (ctx->thread_pool) { in aio_context_set_thread_pool_params()
755 thread_pool_update_params(ctx->thread_pool, ctx); in aio_context_set_thread_pool_params()