[project @ 2005-09-16 09:37:18 by simonmar]
[ghc-hetmet.git] / ghc / rts / Schedule.h
index c4560ed..f4ba398 100644 (file)
@@ -36,6 +36,9 @@ void awakenBlockedQueue (StgTSO *tso);
 void awakenBlockedQueueNoLock (StgTSO *tso);
 #endif
 
+/* Version of scheduleThread that doesn't take sched_mutex */
+void scheduleThreadLocked(StgTSO *tso);
+
 /* unblockOne()
  *
  * Takes a pointer to the beginning of a blocked TSO queue, and