X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FTSO.h;h=19a162e0366c65064b0d77bf1f838c27ccfcade9;hb=d482ad51c9051d6eb9fbcafd90362949db29f374;hp=692953651ab8bb18f808a7ff12cc4b90f91daeb3;hpb=aa84d93a9a3a3ff9b606ce24b6c73f5f06ff2c0a;p=ghc-hetmet.git diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index 6929536..19a162e 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TSO.h,v 1.23 2001/08/29 17:24:25 qrczak Exp $ + * $Id: TSO.h,v 1.27 2002/06/26 08:18:41 stolz Exp $ * * (c) The GHC Team, 1998-1999 * @@ -144,6 +144,9 @@ typedef enum { , BlockedOnGA // blocked on a remote closure represented by a Global Address , BlockedOnGA_NoSend // same as above but without sending a Fetch message #endif +#if defined(RTS_SUPPORTS_THREADS) + , BlockedOnCCall +#endif } StgTSOBlockReason; typedef union {