fix haddock submodule pointer
[ghc-hetmet.git] / rts / Threads.h
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-04-07 Simon MarlowFix for derefing ThreadRelocated TSOs in MVar operations
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2006-06-16 Simon MarlowAsynchronous exception support for SMP