summaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/waiter_test.cc
Commit message (Expand)AuthorAge
* Fix flaky test failures.Gravatar Evan Brown2023-04-20
* Don't override clock_gettime in the KernelTimeout and WaiterGravatar Derek Mauro2023-04-13
* Synchronization: Consolidate the logic for whether steady clocks are supportedGravatar Derek Mauro2023-04-12
* Fix flakiness issues in timing tests.Gravatar Evan Brown2023-03-27
* Add an implementation of Waiter that uses std::mutex/std::condition_variableGravatar Derek Mauro2023-03-21
* Synchronization: Refactor Waiter to allow us to write testsGravatar Derek Mauro2023-03-20