aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/kernel_timeout.cc
Commit message (Expand)AuthorAgeFilesLines
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-121-6/+7
* Synchronization: Support true relative timeouts using the POSIXDerek Mauro2023-04-081-2/+33
* Synchronization: Change KernelTimeout to always store absoluteDerek Mauro2023-03-131-62/+46
* Add KernelTimeout methods that convert the timeout to theDerek Mauro2023-02-161-0/+41
* KernelTimeout optimization: Use absl::GetCurrentTimeNanos()Derek Mauro2023-02-151-3/+3
* Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro2023-02-091-0/+168