summaryrefslogtreecommitdiff
path: root/rts/Capability.c
Commit message (Expand)AuthorAgeFilesLines
* hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b...Simon Marlow2007-07-241-2/+18
* Warning police: "%p" format expects a void*sven.panne@aedion.de2007-02-031-1/+1
* Partial fix for #926Simon Marlow2007-02-011-0/+24
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-2/+8
* Free various things we allocateIan Lynagh2006-12-151-0/+2
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* STM invariantstharris@microsoft.com2006-10-071-1/+2
* don't closeMutex() the Capability lockSimon Marlow2006-08-311-2/+4
* shutdownCapability(): don't bail out after 50 iterationsSimon Marlow2006-08-251-1/+7
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+3
* Asynchronous exception support for SMPSimon Marlow2006-06-161-1/+30
* New tracing interfaceSimon Marlow2006-06-081-21/+25
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+668