Searched refs:thread_pool (Results 1 – 2 of 2) sorted by relevance
372 thread_pool_free(ctx->thread_pool); in aio_ctx_finalize()440 if (!ctx->thread_pool) { in aio_get_thread_pool()441 ctx->thread_pool = thread_pool_new(ctx); in aio_get_thread_pool()443 return ctx->thread_pool; in aio_get_thread_pool()608 ctx->thread_pool = NULL; in aio_context_new()758 if (ctx->thread_pool) { in aio_context_set_thread_pool_params()759 thread_pool_update_params(ctx->thread_pool, ctx); in aio_context_set_thread_pool_params()
210 struct ThreadPool *thread_pool; member