mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-08 21:26:04 +00:00
TimedWait is implemented using `sem_timedwait` which waits until an absolute time (time since the epoch) has passed. Previously, the time to wait (relative to now) was passed without adding the current time. Change-Id: I3c169d5b107b8263577c21a8f47dc504058bd708 Reviewed-on: https://chromium-review.googlesource.com/540984 Commit-Queue: Joshua Peraza <jperaza@chromium.org> Reviewed-by: Mark Mentovai <mark@chromium.org>