Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dpflash-cfi02-test.c213 qtest_clock_step_next(c->qtest); in wait_for_completion()
360 qtest_clock_step_next(c->qtest); /* Step over the 50 us timeout. */ in test_geometry()
402 qtest_clock_step_next(c->qtest); in test_geometry()
466 qtest_clock_step_next(c->qtest); /* Step over the 50 us timeout. */ in test_geometry()
526 qtest_clock_step_next(c->qtest); in test_geometry()
H A Dlibqtest-single.h303 return qtest_clock_step_next(global_qtest); in clock_step_next()
H A Dlibqtest.h631 int64_t qtest_clock_step_next(QTestState *s);
H A Dlibqtest.c999 int64_t qtest_clock_step_next(QTestState *s) in qtest_clock_step_next() function
/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c586 qtest_clock_step_next(s); in op_clock_step()