Don't look at all the threads before each GC.
[ghc-hetmet.git] / rts / Schedule.h
index 89ac112..59bdb9e 100644 (file)
@@ -154,6 +154,7 @@ void interruptStgRts (void);
 nat  run_queue_len (void);
 
 void resurrectThreads (StgTSO *);
+void performPendingThrowTos (StgTSO *);
 
 void printAllThreads(void);