Home
last modified time | relevance | path

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

/qemu/include/block/
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);
39 void thread_pool_submit(ThreadPoolFunc *func, void *arg);
/qemu/util/
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()
293 void thread_pool_submit(ThreadPoolFunc *func, void *arg) in thread_pool_submit()
/qemu/block/
A Dqcow2-threads.c42 qcow2_co_process(BlockDriverState *bs, ThreadPoolFunc *func, void *arg) in qcow2_co_process()
A Dfile-posix.c2410 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