Searched refs:record_pos (Results 1 – 1 of 1) sorted by relevance
459 static unsigned record_pos; variable463 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()