]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #101475 - joboet:hermit_futex_locks, r=m-ou-se
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 9 Sep 2022 13:36:34 +0000 (15:36 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Sep 2022 13:36:34 +0000 (15:36 +0200)
commit46dadd65cb565f7ff61e7d878bfc629d64930e9f
treec22b2b32d387fa2a203b6ca698b40026948f47f8
parent98f3001eecbe4cbd091c10ffab45b4c164bb507b
parent262193e044a4604807a82d2a249dfbbb72a1bade
Rollup merge of #101475 - joboet:hermit_futex_locks, r=m-ou-se

Use futex-based locks and thread parker on Hermit

[Hermit now has futex syscalls](https://github.com/hermitcore/libhermit-rs/pull/534), which means Hermit can share the well-tested and performant locks and thread parker used on Linux.

Ping `@mkroening,` `@stlankes`
r? `@m-ou-se`