Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Drcutorture.c69 #define GOFLAG_INIT 0 macro
73 static volatile int goflag = GOFLAG_INIT;
126 while (goflag == GOFLAG_INIT) { in rcu_read_perf_test()
152 while (goflag == GOFLAG_INIT) { in rcu_update_perf_test()
256 while (goflag == GOFLAG_INIT) { in rcu_read_stress_test()
308 while (goflag == GOFLAG_INIT) { in rcu_update_stress_test()
350 while (goflag == GOFLAG_INIT) { in rcu_fake_update_stress_test()
H A Dtest-rcu-list.c42 #define GOFLAG_INIT 0 macro
46 static int goflag = GOFLAG_INIT;
175 while (qatomic_read(&goflag) == GOFLAG_INIT) { in rcu_q_reader()
210 while (qatomic_read(&goflag) == GOFLAG_INIT) { in rcu_q_updater()