X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FSchedule.h;h=ddc7f561632ac760c56632fb89f7cd4e38a60933;hb=fdfdac786a147e5a653109ae9ad5e34d3406d105;hp=516cabfb31da4267880c143223a9e7e8502ccd90;hpb=845db8182942e006a9164e41e9839adb39f24268;p=ghc-hetmet.git diff --git a/ghc/rts/Schedule.h b/ghc/rts/Schedule.h index 516cabf..ddc7f56 100644 --- a/ghc/rts/Schedule.h +++ b/ghc/rts/Schedule.h @@ -63,6 +63,9 @@ void raiseAsyncWithLock(StgTSO *tso, StgClosure *exception); /* raiseExceptionHelper */ StgWord raiseExceptionHelper (StgTSO *tso, StgClosure *exception); +/* findRetryFrameHelper */ +StgWord findRetryFrameHelper (StgTSO *tso); + /* awaitEvent(rtsBool wait) * * Checks for blocked threads that need to be woken.