Home
last modified time | relevance | path

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

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