Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-aio.c781 ChainData data_b = { .max = 25000 }; in test_queue_chaining()
783 data_b.other = qemu_coroutine_create(chain, &data_a); in test_queue_chaining()
784 data_a.other = qemu_coroutine_create(chain, &data_b); in test_queue_chaining()
786 qemu_coroutine_enter(data_b.other); in test_queue_chaining()
789 g_assert_cmpint(data_b.i, ==, data_b.max - 1); in test_queue_chaining()
794 g_assert_cmpint(data_b.i, ==, data_b.max); in co_check_current_thread()
776 ChainData data_b = { .max = 25000 }; test_queue_chaining() local