Lines Matching defs:pool

38     ThreadPoolAio *pool;  member
79 ThreadPoolAio *pool = opaque; in worker_thread() local
134 static void do_spawn_thread(ThreadPoolAio *pool) in do_spawn_thread()
151 ThreadPoolAio *pool = opaque; in spawn_thread_bh_fn() local
158 static void spawn_thread(ThreadPoolAio *pool) in spawn_thread()
176 ThreadPoolAio *pool = opaque; in thread_pool_completion_bh() local
221 ThreadPoolAio *pool = elem->pool; in thread_pool_cancel() local
246 ThreadPoolAio *pool = aio_get_thread_pool(ctx); in thread_pool_submit_aio() local
293 void thread_pool_update_params(ThreadPoolAio *pool, AioContext *ctx) in thread_pool_update_params()
320 static void thread_pool_init_one(ThreadPoolAio *pool, AioContext *ctx) in thread_pool_init_one()
342 ThreadPoolAio *pool = g_new(ThreadPoolAio, 1); in thread_pool_new_aio() local
347 void thread_pool_free_aio(ThreadPoolAio *pool) in thread_pool_free_aio()
393 ThreadPool *pool = user_data; in thread_pool_func() local
414 ThreadPool *pool = g_new(ThreadPool, 1); in thread_pool_new() local
430 void thread_pool_free(ThreadPool *pool) in thread_pool_free()
444 void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func, in thread_pool_submit()
465 void thread_pool_submit_immediate(ThreadPool *pool, ThreadPoolFunc *func, in thread_pool_submit_immediate()
472 void thread_pool_wait(ThreadPool *pool) in thread_pool_wait()
482 bool thread_pool_set_max_threads(ThreadPool *pool, in thread_pool_set_max_threads()
490 bool thread_pool_adjust_max_threads_to_work(ThreadPool *pool) in thread_pool_adjust_max_threads_to_work()