]> git.lizzy.rs Git - rust.git/commit
Auto merge of #95035 - m-ou-se:futex-locks-on-linux, r=Amanieu
authorbors <bors@rust-lang.org>
Tue, 5 Apr 2022 20:17:08 +0000 (20:17 +0000)
committerbors <bors@rust-lang.org>
Tue, 5 Apr 2022 20:17:08 +0000 (20:17 +0000)
commit306ba8357fb36212b7d30efb9eb9e41659ac1445
treea5a3748d3ff4d00c458d2c064eee69865c1306df
parentf262ca12aac76152c4b46cefcf8300f0249a5eb2
parent650315ee8801e650c049312a899de4202f54a701
Auto merge of #95035 - m-ou-se:futex-locks-on-linux, r=Amanieu

Replace Linux Mutex and Condvar with futex based ones.

Tracking issue: https://github.com/rust-lang/rust/issues/93740