Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-thread-pool.c73 static void coroutine_fn co_test_cb(void *opaque) in co_test_cb() function
94 Coroutine *co = qemu_coroutine_create(co_test_cb, &data); in test_submit_co()