X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2Frts%2FConstants.h;h=354abbbdd9b61ebe9aa73e0d6ced600209cc659d;hb=9fa96fc44a640014415e1588f50ab7689285e6cb;hp=bfc77fa3616ba082b38e41a5b54a19b94e2ab1a5;hpb=7408b39235bccdcde48df2a73337ff976fbc09b7;p=ghc-hetmet.git diff --git a/includes/rts/Constants.h b/includes/rts/Constants.h index bfc77fa..354abbb 100644 --- a/includes/rts/Constants.h +++ b/includes/rts/Constants.h @@ -227,8 +227,12 @@ /* same as above but don't unblock async exceptions in resumeThread() */ /* Involved in a message sent to tso->msg_cap */ -#define BlockedOnMsgWakeup 12 -#define BlockedOnMsgThrowTo 13 +#define BlockedOnMsgThrowTo 12 + +/* The thread is not on any run queues, but can be woken up + by tryWakeupThread() */ +#define ThreadMigrating 13 + /* * These constants are returned to the scheduler by a thread that has * stopped for one reason or another. See typedef StgThreadReturnCode