Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-18742-1688060
OSKernel2023_BiteTheDisk-2
Commits
d5c46fbd
Unverified
Commit
d5c46fbd
authored
1 year ago
by
sslime336
Browse files
Options
Download
Patches
Plain Diff
Switch Mutex to RwLock
parent
894de820
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
kernel/src/macros/mod.rs
+2
-0
kernel/src/macros/mod.rs
kernel/src/macros/profile.rs
+8
-0
kernel/src/macros/profile.rs
kernel/src/syscall/impls/fs.rs
+26
-25
kernel/src/syscall/impls/fs.rs
kernel/src/syscall/impls/process.rs
+9
-10
kernel/src/syscall/impls/process.rs
kernel/src/task/mod.rs
+4
-4
kernel/src/task/mod.rs
kernel/src/task/processor/mod.rs
+3
-3
kernel/src/task/processor/mod.rs
kernel/src/task/processor/schedule.rs
+1
-1
kernel/src/task/processor/schedule.rs
kernel/src/task/signals/mod.rs
+2
-2
kernel/src/task/signals/mod.rs
kernel/src/task/task.rs
+30
-26
kernel/src/task/task.rs
with
85 additions
and
71 deletions
+85
-71
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