Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dtest-aio-multithread.c109 static Coroutine *to_schedule[NUM_CONTEXTS]; variable
120 co = qatomic_xchg(&to_schedule[n], NULL); in schedule_next()
144 g_assert(to_schedule[id] == NULL); in test_multi_co_schedule_entry()
157 qatomic_set_mb(&to_schedule[id], qemu_coroutine_self()); in test_multi_co_schedule_entry()
160 g_assert(to_schedule[id] == NULL); in test_multi_co_schedule_entry()
182 g_assert(to_schedule[i] == NULL); in test_multi_co_schedule()