[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / GC.h
1 /* -----------------------------------------------------------------------------
2  * $Id: GC.h,v 1.4 1999/02/05 16:02:43 simonm Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Prototypes for functions in GC.c
7  *
8  * ---------------------------------------------------------------------------*/
9
10 void threadPaused(StgTSO *);
11 StgClosure *isAlive(StgClosure *p);