nico and md model
[lttv.git] / trunk / verif / nico / defines
diff --git a/trunk/verif/nico/defines b/trunk/verif/nico/defines
new file mode 100755 (executable)
index 0000000..45dc7ea
--- /dev/null
@@ -0,0 +1,8 @@
+#define rd_wr_wr_off1       (write_off - read_off >= 0)
+#define rd_wr_wr_off2       (write_off - read_off < HALF_UCHAR)
+
+#define commit_sum_wr_off1     (write_off - commit_sum >= 0)
+#define commit_sum_wr_off2     (write_off - commit_sum < HALF_UCHAR)
+
+#define buffer_large_enough    (NUMPROCS + NUMSWITCH <= BUFSIZE)
+#define have_events_lost       (events_lost != 0)
This page took 0.022541 seconds and 4 git commands to generate.