ithread priority question...

Julian Elischer julian at elischer.org
Wed Jun 23 00:07:41 GMT 2004


hmmmm so, how do we give them a priority that is not in the same range a
user processes, and separate from each other when the scheduler
may not use run queues as seen in sched_4bsd.?

using the magic number RQ_PPQ is not "kosher".
with a different scheduler that may not exist.


On Tue, 22 Jun 2004, Bosko Milekic wrote:

> 
> Julian Elischer wrote:
> >On Tue, 22 Jun 2004, John Baldwin wrote:
> ...
> >> That was the intention.  One question though, if the ithreads aren't on the
> >> system run queues then which run queues are they on?
> >
> >aren't they run from the interupt?
> 
>   Not always.  They have to be put on a runqueue if they block on a
>   mutex, say.
> 
>   -Bosko
> 
> 



More information about the freebsd-current mailing list