benchmark: Use uatomic for accessing global states
[urcu.git] / tests / benchmark / common-states.c
diff --git a/tests/benchmark/common-states.c b/tests/benchmark/common-states.c
new file mode 100644 (file)
index 0000000..6e70351
--- /dev/null
@@ -0,0 +1 @@
+volatile int _test_go = 0, _test_stop = 0;
This page took 0.023371 seconds and 4 git commands to generate.