-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#6831 sched refactor, step 7: Split eof_or_idle (#7083)
Splits eof_or_idle() into separate overrides in the 3 scheduler subclasses. This then allows moving pop_from_ready_queue*() into the dynamic subclass. Moves process_markers(), ready_queue_empty(), and syscall_incurs_switch() into the dynamic subclass. Issue: #6831
- Loading branch information
1 parent
7491c9c
commit 336bac6
Showing
6 changed files
with
596 additions
and
521 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.