Searched refs:ThreadPoolFunc (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/include/block/ |
| H A D | thread-pool.h | 25 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 D | thread-pool.c | 39 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 D | qcow2-threads.c | 42 qcow2_co_process(BlockDriverState *bs, ThreadPoolFunc *func, void *arg) in qcow2_co_process()
|
| H A D | file-posix.c | 2514 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()
|