summaryrefslogtreecommitdiff
path: root/rts/Threads.c
Commit message (Expand)AuthorAgeFilesLines
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-011-3/+3
* Unify event logging and debug tracing.Simon Marlow2009-08-291-8/+4
* Fix #3429: a tricky race conditionSimon Marlow2009-08-181-2/+3
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+1
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-544/+0
* Fix bug in previous change: allocate the correct sizeSimon Marlow2009-05-291-2/+3
* Round stack size to a whole number of megablocksSimon Marlow2009-05-281-1/+1
* Add fast event loggingSimon Marlow2009-03-171-2/+6
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-131-2/+8
* indicate which TSOs are dirty in the printAllThreads() outputSimon Marlow2009-01-071-0/+5
* Move the context_switch flag into the CapabilitySimon Marlow2008-09-191-2/+2
* Fix debug message formatting on Windowssimonpj@microsoft.com2008-09-101-1/+1
* Fix race condition in wakeupThreadOnCapability() (#2574)Simon Marlow2008-09-091-1/+1
* 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