Update out of order memory models to include instruction scheduling
[urcu.git] / formal-model / ooomem-double-update / DEFINES
index e74150d5152a08eecd9a7de55d67e5442a5a8fa4..7cf7b24b563a2875823e05bad0f9ba6f921ea23e 100644 (file)
@@ -1,2 +1,3 @@
-#define read_one_is_zero (read_one == 0)
-#define read_two_is_zero (read_two == 0)
+#define read_one_is_one (read_one == 1)
+#define read_two_is_one (read_two == 1)
+#define read_two_done   (read_two != 2)
This page took 0.022251 seconds and 4 git commands to generate.