Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
OS-Contest-2021-Functional-Preliminary
luojia65-project325618-85616
Commits
5cfdb5e9
Commit
5cfdb5e9
authored
4 years ago
by
Chunchi Che
Browse files
Options
Download
Patches
Plain Diff
add peek_wake_task in shared-scheduler
parent
71d995a9
main
virtio
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
shared-scheduler/src/algorithm/mod.rs
+8
-0
shared-scheduler/src/algorithm/mod.rs
shared-scheduler/src/algorithm/ring_fifo.rs
+3
-33
shared-scheduler/src/algorithm/ring_fifo.rs
shared-scheduler/src/main.rs
+3
-1
shared-scheduler/src/main.rs
shared-scheduler/src/task.rs
+47
-1
shared-scheduler/src/task.rs
tornado-kernel/src/task/executor.rs
+35
-0
tornado-kernel/src/task/executor.rs
tornado-kernel/src/task/mod.rs
+2
-0
tornado-kernel/src/task/mod.rs
tornado-kernel/src/task/shared.rs
+13
-3
tornado-kernel/src/task/shared.rs
tornado-user/src/shared.rs
+46
-4
tornado-user/src/shared.rs
tornado-user/src/task.rs
+2
-0
tornado-user/src/task.rs
with
159 additions
and
42 deletions
+159
-42
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets