From: sof Date: Fri, 15 Feb 2002 20:58:14 +0000 (+0000) Subject: [project @ 2002-02-15 20:58:14 by sof] X-Git-Tag: Approximately_9120_patches~26 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b77098031265b55b28ddf6f3fe89c429c66cceb7;p=ghc-hetmet.git [project @ 2002-02-15 20:58:14 by sof] suspendThread() comment --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 1f8d06b..b3d3446 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.127 2002/02/15 17:49:23 sof Exp $ + * $Id: Schedule.c,v 1.128 2002/02/15 20:58:14 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1469,6 +1469,7 @@ suspendThread( StgRegTable *reg ) startTask(taskStart); #endif + /* Other threads _might_ be available for execution; signal this */ THREAD_RUNNABLE(); RELEASE_LOCK(&sched_mutex); return tok;