Results 1 to 1 of 1
While viewing the source code of sched.c, I noticed that the timeslice calculation is based on the static priority of the thread, rather than on the dynamic priority.
How is ...
- 01-21-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
how is the timeslice calculated?
While viewing the source code of sched.c, I noticed that the timeslice calculation is based on the static priority of the thread, rather than on the dynamic priority.
How is the dynamic priority of a thread reflected in the cpu time available to the thread?
Thanks!
Tomer.


Reply With Quote
