Searched refs:data_a (Results 1 – 1 of 1) sorted by relevance
775 ChainData data_a = { .max = 25000 }; in test_queue_chaining() local778 data_b.other = qemu_coroutine_create(chain, &data_a); in test_queue_chaining()779 data_a.other = qemu_coroutine_create(chain, &data_b); in test_queue_chaining()783 g_assert_cmpint(data_a.i, ==, data_a.max); in test_queue_chaining()787 qemu_coroutine_enter(data_a.other); in test_queue_chaining()