aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/kernel_timeout_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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