Home
last modified time | relevance | path

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

/qemu/util/
H A Dthread-pool.c26 static void do_spawn_thread(ThreadPool *pool);
38 ThreadPool *pool;
56 struct ThreadPool { struct
79 ThreadPool *pool = opaque; in worker_thread() argument
134 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()
347 ThreadPool *pool = g_new(ThreadPool, 1); in thread_pool_new()
[all …]
H A Dasync.c437 ThreadPool *aio_get_thread_pool(AioContext *ctx) in aio_get_thread_pool()
/qemu/include/block/
H A Dthread-pool.h27 typedef struct ThreadPool ThreadPool; typedef
29 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);
H A Daio.h56 struct ThreadPool;
209 struct ThreadPool *thread_pool;
503 struct ThreadPool *aio_get_thread_pool(AioContext *ctx);