Searched refs:thread_pool_submit_co (Results 1 – 5 of 5) sorted by relevance
38 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg);
64 return thread_pool_submit_co(pr_manager_worker, &data); in pr_manager_execute()
80 thread_pool_submit_co(worker_cb, data); in co_test_cb()
54 ret = thread_pool_submit_co(func, arg); in qcow2_co_process()
284 int coroutine_fn thread_pool_submit_co(ThreadPoolFunc *func, void *arg) in thread_pool_submit_co() function