Searched refs:ThreadPoolFunc (Results 1 – 4 of 4) sorted by relevance
| /qemu/include/block/ |
| 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); 39 void thread_pool_submit(ThreadPoolFunc *func, void *arg);
|
| /qemu/util/ |
| 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() 293 void thread_pool_submit(ThreadPoolFunc *func, void *arg) in thread_pool_submit()
|
| /qemu/block/ |
| A D | qcow2-threads.c | 42 qcow2_co_process(BlockDriverState *bs, ThreadPoolFunc *func, void *arg) in qcow2_co_process()
|
| A D | file-posix.c | 2410 static int coroutine_fn raw_thread_pool_submit(ThreadPoolFunc func, void *arg) in raw_thread_pool_submit() 3584 ThreadPoolFunc *handler; in raw_do_pwrite_zeroes()
|
Completed in 21 milliseconds