aboutsummaryrefslogtreecommitdiff
path: root/absl/synchronization/internal/kernel_timeout.h
Commit message (Expand)AuthorAgeFilesLines
* Synchronization: Consolidate the logic for whether steady clocks are supportedDerek Mauro2023-04-121-0/+5
* Synchronization: Support true relative timeouts using the POSIXDerek Mauro2023-04-081-3/+25
* Synchronization: Refactor Waiter to allow us to write testsDerek Mauro2023-03-201-2/+0
* Synchronization: Change KernelTimeout to always store absoluteDerek Mauro2023-03-131-5/+19
* Add KernelTimeout methods that convert the timeout to theDerek Mauro2023-02-161-0/+15
* Rewrite KernelTimeout to support both absolute and relative timeoutsDerek Mauro2023-02-091-113/+67
* Remove unneeded "friends" from KernelTimeout.Abseil Team2022-12-211-5/+3
* Add MakeAbsNs to KernelTimeout.Abseil Team2022-12-151-2/+17
* Fix "unsafe narrowing" warnings in absl, 1/n.Abseil Team2022-07-281-1/+2
* Export of internal Abseil changesAbseil Team2020-10-121-1/+2
* Export of internal Abseil changesAbseil Team2020-09-041-28/+28
* Export of internal Abseil changesAbseil Team2019-12-121-0/+2
* Export of internal Abseil changes.Abseil Team2019-03-191-0/+2
* Changed HTTP URLs to HTTPS where possible (#270)nik72732019-03-081-1/+1
* Export of internal Abseil changes.Abseil Team2018-12-051-2/+2
* Export of internal Abseil changes.Abseil Team2018-10-301-5/+5
* Export of internal Abseil changes.Abseil Team2018-07-191-1/+1
* Convert one std::numeric_limits<Dword>::max() to kInfiniteLoo Rong Jie2018-07-181-1/+1
* Update comment and use std::numeric_limits<Dword>::max()Loo Rong Jie2018-07-181-2/+2
* Add comment and change type nameLoo Rong Jie2018-07-181-5/+8
* Remove dependency of windows.h in kernel_timeout.hLoo Rong Jie2018-07-181-8/+7
* Changes imported from Abseil "staging" branch:Abseil Team2017-11-101-0/+2
* Initial Commitmisterg2017-09-191-0/+147