Description[futex] Avoid accumulation errors in futex wait timeout
The code previously used a relative timeout and accumulated wait times to see
if the timeout was exceeded. Now we convert the timeout into an absolute time,
and always compare the current time against that.
BUG=v8:4357
R=machenbach@chromium.org
LOG=n
Committed: https://crrev.com/ad1690d686575baadf8aa0fa820b0438e1a4b9a4
Cr-Commit-Position: refs/heads/master@{#30036}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|