Searched refs:ThreadPoolAio (Results 1 – 4 of 4) sorted by relevance
27 typedef struct ThreadPoolAio ThreadPoolAio; typedef29 ThreadPoolAio *thread_pool_new_aio(struct AioContext *ctx);30 void thread_pool_free_aio(ThreadPoolAio *pool);39 void thread_pool_update_params(ThreadPoolAio *pool, struct AioContext *ctx);
57 struct ThreadPoolAio;214 struct ThreadPoolAio *thread_pool;507 struct ThreadPoolAio *aio_get_thread_pool(AioContext *ctx);
26 static void do_spawn_thread(ThreadPoolAio *pool);38 ThreadPoolAio *pool;56 struct ThreadPoolAio { struct79 ThreadPoolAio *pool = opaque; in worker_thread() argument134 static void do_spawn_thread(ThreadPoolAio *pool) in do_spawn_thread()151 ThreadPoolAio *pool = opaque; in spawn_thread_bh_fn()158 static void spawn_thread(ThreadPoolAio *pool) in spawn_thread()176 ThreadPoolAio *pool = opaque; in thread_pool_completion_bh()221 ThreadPoolAio *pool = elem->pool; in thread_pool_cancel()246 ThreadPoolAio *pool = aio_get_thread_pool(ctx); in thread_pool_submit_aio()[all …]
441 ThreadPoolAio *aio_get_thread_pool(AioContext *ctx) in aio_get_thread_pool()