Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-coroutine.c611 static __attribute__((noinline)) void coroutine_fn perf_cost_func(void *opaque) in perf_cost_func() function
626 co = qemu_coroutine_create(perf_cost_func, &i); in perf_cost()