You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[UnitTests][Threading] Tweak ConditionVariable test for Windows.
Windows' behaviour wrt `Sleep` family functions can be odd. Apparently,
if you specify a time lower than a system tick, they can return early.
This makes the test flaky when it shouldn't be. To fix it, we use the
Multimedia functions to adjust the system tick count as low as we can
get it.
rdar://100236038
0 commit comments