Tags: alwin-joshy/seL4
Tags
Fix scheduling behaviour on seL4_SchedContext_YieldTo When yieldingTo a same prio thread, the same prio thread should run first, not the current thread. Due to changes to possibleSwitchTo in master scheduler this code became outdated and the current thread would be rescheduled immediately. The desired behaviour is that the thread being yieldedTo should be at the head of the scheduler queue for its priority, and the current thread should be just after it.
Fix scheduling behaviour on seL4_SchedContext_YieldTo When yieldingTo a same prio thread, the same prio thread should run first, not the current thread. Due to changes to possibleSwitchTo in master scheduler this code became outdated and the current thread would be rescheduled immediately. The desired behaviour is that the thread being yieldedTo should be at the head of the scheduler queue for its priority, and the current thread should be just after it.
PreviousNext