Home
last modified time | relevance | path

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

/openbmc/qemu/include/block/
H A Dthread-pool.h25 typedef int ThreadPoolFunc(void *opaque); typedef
36 BlockAIOCB *thread_pool_submit_aio(ThreadPoolFunc *func, void *arg,
38 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg);
61 void thread_pool_submit(ThreadPool *pool, ThreadPoolFunc *func,
71 void thread_pool_submit_immediate(ThreadPool *pool, ThreadPoolFunc *func,
/openbmc/qemu/util/
H A Dthread-pool.c39 ThreadPoolFunc *func;
241 BlockAIOCB *thread_pool_submit_aio(ThreadPoolFunc *func, void *arg, in thread_pool_submit_aio()
284 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg) in thread_pool_submit_co()
386 ThreadPoolFunc *func;
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()
/openbmc/qemu/block/
H A Dqcow2-threads.c42 qcow2_co_process(BlockDriverState *bs, ThreadPoolFunc *func, void *arg) in qcow2_co_process()
H A Dfile-posix.c2514 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) in raw_thread_pool_submit()
3695 ThreadPoolFunc *handler; in raw_do_pwrite_zeroes()