Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable flaky test cases in kernel_timeout_internal_test. | Evan Brown | 2024-06-20 | 1 | -3/+6 |
* | Remove test references to absl::SharedBitGen, which was never part of | Derek Mauro | 2024-05-22 | 1 | -1/+1 |
* | kernel_timeout_test: Add Apple to the list of slow platforms because | Derek Mauro | 2023-08-21 | 1 | -5/+4 |
* | Don't override clock_gettime in the KernelTimeout and Waiter | Derek Mauro | 2023-04-13 | 1 | -5/+8 |
* | Synchronization: Consolidate the logic for whether steady clocks are supported | Derek Mauro | 2023-04-12 | 1 | -0/+20 |
* | Synchronization: Support true relative timeouts using the POSIX | Derek Mauro | 2023-04-08 | 1 | -0/+52 |
* | Increase the timeout of Windows for the kernel timeout tests. | Tom Rybka | 2023-03-16 | 1 | -1/+3 |
* | Synchronization: Change KernelTimeout to always store absolute | Derek Mauro | 2023-03-13 | 1 | -6/+7 |
* | Add KernelTimeout methods that convert the timeout to the | Derek Mauro | 2023-02-16 | 1 | -0/+38 |
* | Rewrite KernelTimeout to support both absolute and relative timeouts | Derek Mauro | 2023-02-09 | 1 | -0/+278 |