summaryrefslogtreecommitdiff
path: root/ghc/rts/parallel/FetchMe.h
diff options
context:
space:
mode:
authorhwloidl <unknown>2000-01-13 14:34:09 +0000
committerhwloidl <unknown>2000-01-13 14:34:09 +0000
commit1b28d4e1f43185ad8c8e7407c66413e1b358402b (patch)
tree9a69069b4adaf380e7bad6827e2e248b29f96024 /ghc/rts/parallel/FetchMe.h
parentd3d20ba70003e869af4d9f44d70d1d403d131812 (diff)
downloadhaskell-1b28d4e1f43185ad8c8e7407c66413e1b358402b.tar.gz
[project @ 2000-01-13 14:33:57 by hwloidl]
Merged GUM-4-04 branch into the main trunk. In particular merged GUM and SMP code. Most of the GranSim code in GUM-4-04 still has to be carried over.
Diffstat (limited to 'ghc/rts/parallel/FetchMe.h')
-rw-r--r--ghc/rts/parallel/FetchMe.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/ghc/rts/parallel/FetchMe.h b/ghc/rts/parallel/FetchMe.h
new file mode 100644
index 0000000000..ebbb8dd6f2
--- /dev/null
+++ b/ghc/rts/parallel/FetchMe.h
@@ -0,0 +1,22 @@
+/* -----------------------------------------------------------------------------
+ * $Id: FetchMe.h,v 1.2 2000/01/13 14:34:06 hwloidl Exp $
+ *
+ * Closure types for the parallel system.
+ *
+ * ---------------------------------------------------------------------------*/
+
+EI_(FETCH_ME_info);
+EF_(FETCH_ME_entry);
+
+EI_(FETCH_ME_BQ_info);
+EF_(FETCH_ME_BQ_entry);
+
+EI_(BLOCKED_FETCH_info);
+EF_(BLOCKED_FETCH_entry);
+
+EI_(RBH_Save_0_info);
+EF_(RBH_Save_0_entry);
+EI_(RBH_Save_1_info);
+EF_(RBH_Save_1_entry);
+EI_(RBH_Save_2_info);
+EF_(RBH_Save_2_entry);