summaryrefslogtreecommitdiff
path: root/rts/RaiseAsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RaiseAsync.h')
-rw-r--r--rts/RaiseAsync.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h
index 1f61b8c72d..65ca4f5103 100644
--- a/rts/RaiseAsync.h
+++ b/rts/RaiseAsync.h
@@ -28,7 +28,11 @@ void throwToSingleThreaded_ (Capability *cap,
StgClosure *exception,
rtsBool stop_at_atomically);
-void suspendComputation (Capability *cap,
+void throwToSelf (Capability *cap,
+ StgTSO *tso,
+ StgClosure *exception);
+
+void suspendComputation (Capability *cap,
StgTSO *tso,
StgUpdateFrame *stop_here);