mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 00:00:35 +00:00
Use correct clock in `park_timeout` on Horizon Horizon does not support using `CLOCK_MONOTONIC` with condition variables, so use the system time instead.