summaryrefslogtreecommitdiff
path: root/includes/rts/storage/TSO.h
Commit message (Expand)AuthorAgeFilesLines
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-330/+0
* Add code comments for StgInfoTable and StgStack structsDavid Eichmann2020-11-101-2/+14
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-0/+1
* Changing Thread IDs from 32 bits to 64 bits.Roland Zumkeller2019-11-191-2/+2
* NonMoving: Add summarizing Notewip/gc/docsBen Gamari2019-10-221-0/+3
* rts: Shrink size of STACK's dirty and marking fieldsBen Gamari2019-10-201-2/+2
* rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-201-1/+49
* rts: Give stack flags proper macrosBen Gamari2019-10-181-0/+5
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-291-10/+1
* Remove obsolete/redundant FLEXIBLE_ARRAY macroHerbert Valerio Riedel2016-04-181-1/+1
* rts: drop unused global 'blackhole_queue'Sergei Trofimovich2016-02-271-1/+1
* 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