Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-coroutine.c453 #define RECORD_SIZE 10 /* Leave some room for expansion */ macro
458 static struct coroutine_position records[RECORD_SIZE];
464 g_assert_cmpint(record_pos, <, RECORD_SIZE); in record_push()