X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FTSO.h;h=e664f9c0698f8847de3cf6dbf8fc5dd3bbf39fc3;hb=af13609607da81e7837a7c7c598de82452363ab5;hp=ed0f8706a01f502c40de76f06ff75b3af0f32d78;hpb=be6592933f4cdf78a495233376e44c9458b17b78;p=ghc-hetmet.git diff --git a/ghc/includes/TSO.h b/ghc/includes/TSO.h index ed0f870..e664f9c 100644 --- a/ghc/includes/TSO.h +++ b/ghc/includes/TSO.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: TSO.h,v 1.28 2002/12/11 15:36:40 simonmar Exp $ + * $Id: TSO.h,v 1.29 2003/01/25 15:54:48 wolfgang Exp $ * * (c) The GHC Team, 1998-1999 * @@ -144,7 +144,9 @@ typedef enum { , BlockedOnGA_NoSend // same as above but without sending a Fetch message #endif #if defined(RTS_SUPPORTS_THREADS) - , BlockedOnCCall + , BlockedOnCCall + , BlockedOnCCall_NoUnblockExc // same as above but don't unblock async exceptions + // in resumeThread() #endif } StgTSOBlockReason;