Add nosched model results (for signal readers)
[urcu.git] / formal-model / urcu-nosched-model / result-standard-execution-nest / DEFINES
diff --git a/formal-model/urcu-nosched-model/result-standard-execution-nest/DEFINES b/formal-model/urcu-nosched-model/result-standard-execution-nest/DEFINES
new file mode 100644 (file)
index 0000000..150a83c
--- /dev/null
@@ -0,0 +1,17 @@
+
+#define read_free_race (read_generation[0] == last_free_gen)
+#define read_free      (free_done && data_access[0])
+
+//#define TEST_SIGNAL
+//#define TEST_SIGNAL_ON_READ
+//#define TEST_SIGNAL_ON_WRITE
+
+#define RCU_GP_CTR_BIT (1 << 7)
+#define RCU_GP_CTR_NEST_MASK (RCU_GP_CTR_BIT - 1)
+
+#ifndef READER_NEST_LEVEL
+//#define READER_NEST_LEVEL 1
+#define READER_NEST_LEVEL 2
+#endif
+
+#define REMOTE_BARRIERS
This page took 0.02326 seconds and 4 git commands to generate.