You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit refactors mo_dequeue_task() to support data structures for
the new scheduler.
- Set the RR cursor to NULL when no task remains in the ready queue
- Circularly advance the RR cursor if it currently points to
the task being dequeued, avoid RR cursor points to unlinked node.
0 commit comments