https://bugs.winehq.org/show_bug.cgi?id=50292
--- Comment #3 from Rémi Bernon rbernon@codeweavers.com --- (In reply to Rémi Bernon from comment #2)
If FUTEX_WAIT_BITSET is available, I think you can use it to wait with an absolute timeout, which could save calls to NtQuerySystemTime.
Or maybe it's on purpose because of CLOCK_MONOTONIC NTP adjustments? In which case please just ignore my comment.