Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test references to absl::SharedBitGen, which was never part of | Derek Mauro | 2024-05-22 | 1 | -1/+1 |
* | Fix flaky test failures. | Evan Brown | 2023-04-20 | 1 | -6/+6 |
* | Don't override clock_gettime in the KernelTimeout and Waiter | Derek Mauro | 2023-04-13 | 1 | -3/+7 |
* | Synchronization: Consolidate the logic for whether steady clocks are supported | Derek Mauro | 2023-04-12 | 1 | -0/+20 |
* | Fix flakiness issues in timing tests. | Evan Brown | 2023-03-27 | 1 | -3/+3 |
* | Add an implementation of Waiter that uses std::mutex/std::condition_variable | Derek Mauro | 2023-03-21 | 1 | -0/+5 |
* | Synchronization: Refactor Waiter to allow us to write tests | Derek Mauro | 2023-03-20 | 1 | -0/+151 |