-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mutex.rs
to mc-sgx-sync
crate
#40
Conversation
1d47a22
to
6cb3d9e
Compare
538e33b
to
08c5aef
Compare
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## nick/sys-mutex #40 +/- ##
=================================================
Coverage ? 91.91%
=================================================
Files ? 7
Lines ? 235
Branches ? 0
=================================================
Hits ? 216
Misses ? 19
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
6cb3d9e
to
a109b8a
Compare
68452c6
to
52f6ca9
Compare
f230937
to
38f18fa
Compare
50bfc5b
to
329ce0a
Compare
38f18fa
to
edfdcb1
Compare
Add `mutex.rs` implementation which more or less copies from [rust source](https://github.com/rust-lang/rust.git) at [606c3907](rust-lang/rust@606c390)
Also fix some typos
Update the root module for `sync/src/sys/locks` to match newer rust file naming convention, https://doc.rust-lang.org/reference/items/modules.html#module-source-filenames
329ce0a
to
0947923
Compare
edfdcb1
to
dc33a43
Compare
@varsha888 bumping for re-review due to restack |
✅ This pull request merged successfully as part of a Graphite job |
Add
mutex.rs
implementation which more or less copies fromrust source at
606c3907