Lines Matching refs:qemu_coroutine_create
32 coroutine = qemu_coroutine_create(verify_in_coroutine, NULL); in test_in_coroutine()
50 coroutine = qemu_coroutine_create(verify_self, &coroutine); in test_self()
78 coroutine = qemu_coroutine_create(verify_entered_step_2, self); in verify_entered_step_1()
89 coroutine = qemu_coroutine_create(verify_entered_step_1, NULL); in test_entered()
113 child = qemu_coroutine_create(nest, nd); in nest()
129 root = qemu_coroutine_create(nest, &nd); in test_nesting()
158 coroutine = qemu_coroutine_create(yield_5_times, &done); in test_yield()
183 c2 = qemu_coroutine_create(c2_fn, NULL); in test_no_dangling_access()
184 c1 = qemu_coroutine_create(c1_fn, c2); in test_no_dangling_access()
226 Coroutine *c1 = qemu_coroutine_create(entry, opaque); in do_test_co_mutex()
227 Coroutine *c2 = qemu_coroutine_create(entry, opaque); in do_test_co_mutex()
311 c1 = qemu_coroutine_create(rwlock_yield_upgrade, &c1_done); in test_co_rwlock_upgrade()
312 c2 = qemu_coroutine_create(rwlock_wrlock_yield, &c2_done); in test_co_rwlock_upgrade()
403 c1 = qemu_coroutine_create(rwlock_rdlock_yield, &c1_done); in test_co_rwlock_downgrade()
404 c2 = qemu_coroutine_create(rwlock_wrlock_downgrade, &c2_done); in test_co_rwlock_downgrade()
405 c3 = qemu_coroutine_create(rwlock_rdlock, &c3_done); in test_co_rwlock_downgrade()
406 c4 = qemu_coroutine_create(rwlock_wrlock, &c4_done); in test_co_rwlock_downgrade()
441 coroutine = qemu_coroutine_create(set_and_exit, &done); in test_lifecycle()
447 coroutine = qemu_coroutine_create(set_and_exit, &done); in test_lifecycle()
482 co = qemu_coroutine_create(co_order_test, NULL); in do_order_test()
524 coroutine = qemu_coroutine_create(empty_coroutine, NULL); in perf_lifecycle()
548 root = qemu_coroutine_create(nest, &nd); in perf_nesting()
578 Coroutine *coroutine = qemu_coroutine_create(yield_loop, &i); in perf_yield()
626 co = qemu_coroutine_create(perf_cost_func, &i); in perf_cost()