Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |