Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 14:25:11 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        Daniel Eischen <deischen@gdeb.com>
Cc:        John Baldwin <jhb@FreeBSD.ORG>, arch@FreeBSD.ORG
Subject:   Re: Thread scheduling in the kernel
Message-ID:  <Pine.BSF.4.21.0111131424180.99511-100000@InterJet.elischer.org>
In-Reply-To: <3BF198E2.24EE658F@gdeb.com>

next in thread | previous in thread | raw e-mail | index | archive | help


On Tue, 13 Nov 2001, Daniel Eischen wrote:
> I think the UTS will only set priorities for the KSE group.  It
> doesn't make sense to me for the (application visible) priority
> to be anywhere other than the KSE group.  If the kernel needs
> to temporarily play with priorities for its own purposes (inheriting
> priority when holding a mutex), then each thread probably needs
> an active priority which is MAX(kse->inherited, kseg->prio).

MAX(thread->inherited, kseg->prio) ?


> 
> -- 
> Dan Eischen
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0111131424180.99511-100000>