[project @ 2003-09-19 09:04:09 by simonmar]
[ghc-hetmet.git] / ghc / rts / Task.h
index 5841f95..bf29d91 100644 (file)
@@ -2,8 +2,8 @@
  *
  * (c) The GHC Team 2001-
  *
- * Types + prototypes for functions in Task.cn
- * (RTS subsystem for handling OS tasks).
+ * Types + prototypes for functions in Task.c
+ * (RTS subsystem for handling tasks, agents thay may execute STG code).
  *
  * -------------------------------------------------------------------------*/
 #ifndef __TASK_H__
@@ -29,13 +29,7 @@ extern TaskInfo *taskIds;
 extern void startTaskManager ( nat maxTasks, void (*taskStart)(void) );
 extern void stopTaskManager ( void );
 
-#if defined(THREADED_RTS)
-extern void taskNotAvailable ( void );
-extern void taskAvailable    ( void );
-#endif
-
 extern void startTask ( void (*taskStart)(void) );
-extern nat  getTaskCount( void );
 
 #endif /* RTS_SUPPORTS_THREADS */
 #endif /* __TASK_H__ */