[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / StgStartup.h
1 /* -----------------------------------------------------------------------------
2  * $Id: StgStartup.h,v 1.2 1998/12/02 13:28:54 simonm Exp $
3  *
4  * Code for starting, stopping and restarting threads.
5  *
6  * ---------------------------------------------------------------------------*/
7
8 extern const StgPolyInfoTable stg_stop_thread_info;
9 EXTFUN(stg_stop_thread_entry);
10 EXTFUN(stg_returnToStackTop);
11 EXTFUN(stg_enterStackTop);
12
13 #ifdef PROFILING
14 EXTFUN(stg_register_ret);
15 EXTFUN(stg_register);
16 EXTFUN(regPrelGHC);
17 #endif