[project @ 2000-01-13 14:33:57 by hwloidl]
[ghc-hetmet.git] / ghc / rts / GC.h
1 /* -----------------------------------------------------------------------------
2  * $Id: GC.h,v 1.5 2000/01/13 14:34:03 hwloidl 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);
12 void GarbageCollect(void (*get_roots)(void));