summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.c
Commit message (Expand)AuthorAgeFilesLines
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* STM invariantstharris@microsoft.com2006-10-071-0/+1
* add missing case for BlockedOnDoProcSimon Marlow2006-08-291-0/+3
* Remove warning: Correct includes for mingwEsa Ilari Vuokko2006-08-131-0/+3
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-3/+3
* Warning police: Make prototype for LDV_recordDead_FILL_SLOP_DYNAMIC visiblesven.panne@aedion.de2006-08-101-0/+1
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-291-2/+2
* add STM support to the new throwTo mechanismSimon Marlow2006-06-161-1/+17
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+1015