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
九莲宝灯一向听
WenyiOS
Commits
5347eb6c
Commit
5347eb6c
authored
3 weeks ago
by
邵志航
Browse files
Options
Download
Patches
Plain Diff
feat(syscall): implement shm syscalls for iozone testcases
parent
79fcde37
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
Cargo.lock
+14
-2
Cargo.lock
Cargo.toml
+2
-2
Cargo.toml
api/Cargo.toml
+3
-0
api/Cargo.toml
api/src/imp/ipc/mod.rs
+5
-0
api/src/imp/ipc/mod.rs
api/src/imp/ipc/shm.rs
+509
-0
api/src/imp/ipc/shm.rs
api/src/imp/ipc/util.rs
+82
-0
api/src/imp/ipc/util.rs
api/src/imp/mod.rs
+2
-1
api/src/imp/mod.rs
src/syscall.rs
+6
-0
src/syscall.rs
with
623 additions
and
5 deletions
+623
-5
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