94323af3087e9f94ae831e32e6206320d5d2f315
[ghc-hetmet.git] / ghc / rts / parallel / FetchMe.h
1 /* -----------------------------------------------------------------------------
2  * $Id: FetchMe.h,v 1.3 2001/03/22 03:51:11 hwloidl Exp $
3  *
4  * Closure types for the parallel system.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 EI_(stg_FETCH_ME_info);
9 EF_(stg_FETCH_ME_entry);
10
11 EI_(stg_FETCH_ME_BQ_info);
12 EF_(stg_FETCH_ME_BQ_entry);
13
14 EI_(stg_BLOCKED_FETCH_info);
15 EF_(stg_BLOCKED_FETCH_entry);
16
17 EI_(stg_REMOTE_REF_info);
18 EF_(stg_REMOTE_REF_entry);
19
20 EI_(stg_RBH_Save_0_info);
21 EF_(stg_RBH_Save_0_entry);
22 EI_(stg_RBH_Save_1_info);
23 EF_(stg_RBH_Save_1_entry);
24 EI_(stg_RBH_Save_2_info);
25 EF_(stg_RBH_Save_2_entry);