summaryrefslogtreecommitdiff
path: root/includes/rts/storage/TSO.h
Commit message (Expand)AuthorAgeFilesLines
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-231-0/+3
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-9/+22
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-1/+1
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-1/+1
* [ci skip] includes: detabify/dewhitespace rts/storage/TSO.hAustin Seipp2014-08-201-13/+13
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-22/+9
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-9/+22
* 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