aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/waiter_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove test references to absl::SharedBitGen, which was never part ofDerek Mauro2024-05-221-1/+1
* Fix flaky test failures.Evan Brown2023-04-201-6/+6
* Don't override clock_gettime in the KernelTimeout and WaiterDerek Mauro2023-04-131-3/+7
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-121-0/+20
* Fix flakiness issues in timing tests.Evan Brown2023-03-271-3/+3
* Add an implementation of Waiter that uses std::mutex/std::condition_variableDerek Mauro2023-03-211-0/+5
* Synchronization: Refactor Waiter to allow us to write testsDerek Mauro2023-03-201-0/+151