Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds