Searched refs:thread_pool (Results 1 – 2 of 2) sorted by relevance
379 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()
307 struct ThreadPoolAio *thread_pool;214 struct ThreadPoolAio *thread_pool; global() member