summaryrefslogtreecommitdiff
path: root/rts/Messages.c
Commit message (Expand)AuthorAgeFilesLines
* 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