X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FConstants.h;h=012acd197c58bba99d1cef967f0766dd4cbf5287;hp=cc1987d5f349b6d7dca9300d6c37fdc38914b43a;hb=540311cfcf08b7184d7ab57245b18214bd4b9173;hpb=9ff76535edb25ab7434284adddb5c64708ecb547 diff --git a/includes/Constants.h b/includes/Constants.h index cc1987d..012acd1 100644 --- a/includes/Constants.h +++ b/includes/Constants.h @@ -246,9 +246,12 @@ * * TSO_INTERRUPTIBLE: the TSO can be interrupted if it blocks * interruptibly (eg. with BlockedOnMVar). + * + * TSO_STOPPED_ON_BREAKPOINT: the thread is currently stopped in a breakpoint */ #define TSO_BLOCKEX 4 #define TSO_INTERRUPTIBLE 8 +#define TSO_STOPPED_ON_BREAKPOINT 16 /* ----------------------------------------------------------------------------- RET_DYN stack frames @@ -269,10 +272,4 @@ #error RESERVED_STACK_WORDS may be wrong! #endif -/* ----------------------------------------------------------------------------- - How often our context-switch timer ticks - -------------------------------------------------------------------------- */ - -#define TICK_FREQUENCY 50 /* ticks per second */ - #endif /* CONSTANTS_H */