summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.h
Commit message (Expand)AuthorAgeFilesLines
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-10/+7
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-4/+5
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* Fix #2783: detect black-hole loops properlySimon Marlow2008-11-171-3/+2
* Eagerly raise a blocked exception when entering 'unblock' or exiting 'block'Simon Marlow2007-01-051-1/+1
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-1/+1
* Asynchronous exception support for SMPSimon Marlow2006-06-161-0/+71