Make sure that WaitableEvent::TimedWait works fine with large timeouts.
TimedWait(TimeDelta::Max()) should do the same as Wait() (although should not be used, given that there is a dedicated method to do that). More generally, TimedWait should accept random, unreasonable large timeouts. BUG=465948 TESTS=base_unittests Review URL: https://codereview.chromium.org/999753005 Cr-Commit-Position: refs/heads/master@{#322469}
Showing
Please register or sign in to comment