Re: Thread priorities

2010-10-05 Thread Julian Elischer
On 10/5/10 2:19 PM, Eknath Venkataramani wrote: In kern_switch.c, It is said that, Free threads are 'preassigned' to the KSEs. and that the KSEs derive their priority from threads and are put on the run queue. 1. Where do the threads receive their priorities from? from the process they are ass

Thread priorities

2010-10-05 Thread Eknath Venkataramani
In kern_switch.c, It is said that, Free threads are 'preassigned' to the KSEs. and that the KSEs derive their priority from threads and are put on the run queue. 1. Where do the threads receive their priorities from? 2. Does it recieve the priority from the KSEG? -- Eknath Venkataramani