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