Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / Threads.h
index f6d2dfd..8e0ee26 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef THREADS_H
 #define THREADS_H
 
+BEGIN_RTS_PRIVATE
+
 StgTSO * unblockOne (Capability *cap, StgTSO *tso);
 StgTSO * unblockOne_ (Capability *cap, StgTSO *tso, rtsBool allow_migrate);
 
@@ -25,13 +27,8 @@ void printThreadBlockage (StgTSO *tso);
 void printThreadStatus (StgTSO *t);
 void printAllThreads (void);
 void printThreadQueue (StgTSO *t);
-# if defined(PARALLEL_HASKELL)
-void print_bq (StgClosure *node);
-void print_bqe (StgBlockingQueueElement *bqe);
-nat  run_queue_len (void);
-# elif defined(GRAN)
-void print_bq (StgClosure *node);
-# endif
 #endif
 
+END_RTS_PRIVATE
+
 #endif /* THREADS_H */