aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/kernel_timeout_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Disable flaky test cases in kernel_timeout_internal_test.Evan Brown2024-06-201-3/+6
* Remove test references to absl::SharedBitGen, which was never part ofDerek Mauro2024-05-221-1/+1
* kernel_timeout_test: Add Apple to the list of slow platforms becauseDerek Mauro2023-08-211-5/+4
* Don't override clock_gettime in the KernelTimeout and WaiterDerek Mauro2023-04-131-5/+8
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-121-0/+20
* Synchronization: Support true relative timeouts using the POSIXDerek Mauro2023-04-081-0/+52
* Increase the timeout of Windows for the kernel timeout tests.Tom Rybka2023-03-161-1/+3
* Synchronization: Change KernelTimeout to always store absoluteDerek Mauro2023-03-131-6/+7
* Add KernelTimeout methods that convert the timeout to theDerek Mauro2023-02-161-0/+38
* Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro2023-02-091-0/+278