X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FSchedule.h;h=59bdb9e999045b40abb0a416002539c7e59426c8;hb=4e79709df545c16812b85f2c27ab3411f5a7b54f;hp=89ac1125faa0cbdc56489cc01b7029d661eb0c80;hpb=200c73fdfea734765c48309cc8dcbcf44b69c8c5;p=ghc-hetmet.git diff --git a/rts/Schedule.h b/rts/Schedule.h index 89ac112..59bdb9e 100644 --- a/rts/Schedule.h +++ b/rts/Schedule.h @@ -154,6 +154,7 @@ void interruptStgRts (void); nat run_queue_len (void); void resurrectThreads (StgTSO *); +void performPendingThrowTos (StgTSO *); void printAllThreads(void);