| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Integration test with FLAKINESS (succeeded after retry)Requested by @dconeybe on commit fdb50b0
Add flaky tests to go/fpl-cpp-flake-tracker |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix the templated overload of ConditionVariable::TimedWait(), which suffers from the same integer overflow bug on 32-bit architectures as Semaphore::TimedWait(int) did (which was fixed by #1042). Also, delete NormalizeTimespec() since it is no longer used anywhere.