Home
last modified time | relevance | path

Searched refs:thread_pool_submit_co (Results 1 – 7 of 7) sorted by relevance

/qemu/include/block/
H A Dthread-pool.h38 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg);
/qemu/scsi/
H A Dpr-manager.c64 return thread_pool_submit_co(pr_manager_worker, &data); in pr_manager_execute()
H A Dqemu-pr-helper.c194 r = thread_pool_submit_co(do_sgio_worker, &data); in do_sgio()
/qemu/tests/unit/
H A Dtest-thread-pool.c80 thread_pool_submit_co(worker_cb, data); in co_test_cb()
/qemu/util/
H A Dthread-pool.c284 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg) in thread_pool_submit_co() function
/qemu/block/
H A Dqcow2-threads.c54 ret = thread_pool_submit_co(func, arg); in qcow2_co_process()
H A Dfile-posix.c2412 return thread_pool_submit_co(func, arg); in raw_thread_pool_submit()