Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-coroutine.c428 static void coroutine_fn set_and_exit(void *opaque) in set_and_exit() function
441 coroutine = qemu_coroutine_create(set_and_exit, &done); in test_lifecycle()
447 coroutine = qemu_coroutine_create(set_and_exit, &done); in test_lifecycle()