summaryrefslogtreecommitdiff
path: root/rts/Threads.c
Commit message (Expand)AuthorAgeFilesLines
* Don't traverse the entire list of threads on every GC (phase 1)Simon Marlow2008-04-161-4/+6
* Add a write barrier to the TSO link field (#1589)Simon Marlow2008-04-161-16/+17
* Fix C/Haskell type mismatchesIan Lynagh2007-04-031-3/+3
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-3/+3
* comment out a non-true assertionSimon Marlow2006-06-161-1/+1
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+974