summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.h
Commit message (Expand)AuthorAgeFilesLines
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Use C99's boolBen Gamari2016-11-291-2/+2
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-1/+1
* rts: mark 'blockedThrowTo' as staticSergei Trofimovich2016-02-071-3/+0
* fix EBADF unqueueing in select backend (Trac #10590)Sergei Trofimovich2015-07-071-0/+6
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+4
* [skip ci] rts: Detabify RaiseAsync.hAustin Seipp2014-10-211-12/+11
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* interruptible() was not returning true for BlockedOnSTM (#9379)Simon Marlow2014-08-011-0/+1
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-5/+1
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-1/+5
* If exceptions are blocked, add stack overflow to blocked exceptions list. Fix...Edward Z. Yang2013-10-111-0/+3
* Implement atomicReadMVar, fixing #4001.Edward Z. Yang2013-07-091-0/+1
* 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