summaryrefslogtreecommitdiff
path: root/rts/Messages.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* rts: delint Messages.cAustin Seipp2014-07-281-4/+6
* rts: detab/dewhitespace Messages.cAustin Seipp2014-07-281-21/+19
* Better abstraction over run queues.Edward Z. Yang2013-01-161-4/+2
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-5/+5
* Fix a scheduling bug in the threaded RTSSimon Marlow2011-12-011-2/+2
* Annotate thread stop events with the owner of the black holeSimon Marlow2011-01-271-0/+43
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-5/+7
* Add a couple of missing tests for EAGER_BLACKHOLESimon Marlow2010-08-231-0/+1
* Fix #4131 missing UNTAG_CLOSURE in messageBlackHole()benl@ouroborus.net2010-06-111-1/+1
* messageBlackHole: fix deadlock bug caused by a missing 'volatile'Simon Marlow2010-06-101-1/+3
* Add a missing UNTAG_CLOSURE, causing bus errors on SparcSimon Marlow2010-05-241-2/+3
* Change the representation of the MVar blocked queueSimon Marlow2010-04-011-17/+2
* Move a thread to the front of the run queue when another thread blocks on itSimon Marlow2010-03-291-2/+22
* change throwTo to use tryWakeupThread rather than unblockOneSimon Marlow2010-03-291-5/+3
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-0/+296