Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-coroutine.c71 static void coroutine_fn verify_entered_step_1(void *opaque) in verify_entered_step_1() function
89 coroutine = qemu_coroutine_create(verify_entered_step_1, NULL); in test_entered()