Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c459 static unsigned record_pos; variable
463 struct coroutine_position *cp = &records[record_pos++]; in record_push()
464 g_assert_cmpint(record_pos, <, RECORD_SIZE); in record_push()
499 g_assert_cmpint(record_pos, ==, 5); in test_order()
500 for (i = 0; i < record_pos; i++) { in test_order()