X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FConstants.h;h=967a8524964410382f68262cd4643d065dc7d5cd;hb=5d379cbe65e406d5c3a848fe7fcd090cafbfeb78;hp=66254f4114e581e960b7371526963a66a790de9d;hpb=04cddd339c000df6d02c90ce59dbffa58d2fe166;p=ghc-hetmet.git diff --git a/includes/Constants.h b/includes/Constants.h index 66254f4..967a852 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -193,6 +193,7 @@ /* * Constants for the why_blocked field of a TSO + * NB. keep these in sync with GHC/Conc.lhs: threadStatus */ #define NotBlocked 0 #define BlockedOnMVar 1 @@ -265,6 +266,8 @@ */ #define TSO_LINK_DIRTY 32 +#define TSO_MARKED 64 + /* ----------------------------------------------------------------------------- RET_DYN stack frames -------------------------------------------------------------------------- */