Free thread local storage on shutdown
[ghc-hetmet.git] / includes / RtsExternal.h
index b917dcf..37a9bd4 100644 (file)
@@ -69,8 +69,8 @@ extern void   freeHaskellFunctionPtr(void* ptr);
 /* Hpc stuff */
 extern int hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr);
 extern void hs_hpc_tick(int globIx,struct StgTSO_ *current_tso);
-extern void hs_hpc_throw(struct StgTSO_ *current_tso);
-
+extern void hs_hpc_raise_event(struct StgTSO_ *current_tso);   
+extern void hs_hpc_thread_finished_event(struct StgTSO_ *current_tso);
 
 #if defined(mingw32_HOST_OS)
 extern int  rts_InstallConsoleEvent ( int action, StgStablePtr *handler );