summaryrefslogtreecommitdiff
path: root/includes/rts/storage/TSO.h
Commit message (Expand)AuthorAgeFilesLines
* fix warningsSimon Marlow2013-01-301-1/+0
* STM: Only wake up onceBen Gamari2013-01-301-1/+3
* Improve the handling of threadDelay in the non-threaded RTSSimon Marlow2012-04-111-1/+1
* Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re...Simon Marlow2012-01-051-1/+1
* Time handling overhaulSimon Marlow2011-11-251-0/+6
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-41/+41
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-1/+0
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-291-0/+2
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-1/+25
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-9/+10
* Split part of the Task struct into a separate struct InCallSimon Marlow2010-03-091-1/+1
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-1/+19
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-0/+206