[project @ 2001-01-17 12:14:30 by simonmar]
[ghc-hetmet.git] / ghc / rts / GC.h
1 /* -----------------------------------------------------------------------------
2  * $Id: GC.h,v 1.6 2000/04/11 16:36:53 sewardj 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), rtsBool force_major_gc );