about summary refs log tree commit diff
path: root/library/std/src/sys/locks/rwlock/windows7.rs
AgeCommit message (Collapse)AuthorLines
2024-03-12std: move `Once` implementations to `sys`joboet-40/+0
2024-03-05Windows: Implement mutex using futexChris Denton-0/+40
Well, the Windows equivalent: `WaitOnAddress`, `WakeByAddressSingle` and `WakeByAddressAll`.