-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Use futex-based locks and thread parker on Hermit #101475
Conversation
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
|
Nice! @bors r+ |
📌 Commit 24bf3d0c9571827291871688679eb382b1cf4af3 has been approved by It is now in the queue for this repository. |
☔ The latest upstream changes (presumably #101592) made this pull request unmergeable. Please resolve the merge conflicts. |
24bf3d0
to
262193e
Compare
@rustbot ready |
@bors r+ |
…llaumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#101475 (Use futex-based locks and thread parker on Hermit) - rust-lang#101492 (Suggest adding array lengths to references to arrays if possible) - rust-lang#101495 (Compile spin_loop_hint as pause on x86 even without sse2 enabled) - rust-lang#101529 (Fix the example code and doctest for Formatter::sign_plus) - rust-lang#101600 (rustdoc: simplify the codeblock tooltip) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Hermit now has futex syscalls, which means Hermit can share the well-tested and performant locks and thread parker used on Linux.
Ping @mkroening, @stlankes
r? @m-ou-se