[project @ 1999-01-26 11:12:41 by simonm]
[ghc-hetmet.git] / ghc / rts / GC.h
1 /* -----------------------------------------------------------------------------
2  * $Id: GC.h,v 1.3 1999/01/26 11:12:45 simonm Exp $
3  *
4  * Prototypes for functions in GC.c
5  *
6  * ---------------------------------------------------------------------------*/
7
8 void threadPaused(StgTSO *);
9 StgClosure *isAlive(StgClosure *p);