Commits
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-11-13 | Add some missing #include <limits.h>. | Thomas Munro | 19 (unreleased) |
| 2023-08-14 | De-pessimize ConditionVariableCancelSleep(). | Thomas Munro | 16.0 |
| 2023-08-14 | De-pessimize ConditionVariableCancelSleep(). | Thomas Munro | 17.0 |
| 2021-03-01 | Allow condition variables to be used in interrupt code. | Thomas Munro | 14.0 |
| 2020-07-30 | Use WaitLatch() for condition variables. | Thomas Munro | 14.0 |
| 2020-01-28 | Don't reset latch in ConditionVariablePrepareToSleep(). | Thomas Munro | 13.0 |
| 2019-07-13 | Forward received condition variable signals on cancel. | Thomas Munro | 13.0 |
| 2019-07-13 | Introduce timed waits for condition variables. | Thomas Munro | 13.0 |
| 2018-11-23 | Add WL_EXIT_ON_PM_DEATH pseudo-event. | Thomas Munro | 12.0 |