]> git.lizzy.rs Git - rust.git/commit - library/std/src/os/fd/owned.rs
Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc
authorbors <bors@rust-lang.org>
Wed, 28 Dec 2022 03:56:46 +0000 (03:56 +0000)
committerbors <bors@rust-lang.org>
Wed, 28 Dec 2022 03:56:46 +0000 (03:56 +0000)
commit6a4624d73b34153811f7642b89bd396306aa7843
treeac0f28b8e3ae3d1b1fb991a58e80d58ff9a55ab1
parent739d68a76e35b22341d9930bb6338bf202ba05ba
parentce051df3d1b9ee41cc8ae447158b648de3dfe356
Auto merge of #100539 - joboet:horizon_timeout_clock, r=thomcc

Use correct clock in `park_timeout` on Horizon

Horizon does not support using `CLOCK_MONOTONIC` with condition variables, so use the system time instead.
library/std/src/sys/unix/thread_parker/pthread.rs