summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/futex.rs
AgeCommit message (Expand)AuthorLines
2024-07-17Prevent double reference in generic futexChris Denton-4/+7
2024-07-16Use futex.rs for Windows thread parkingChris Denton-0/+5
2024-06-09Migrate more things to WinErrorChris Denton-2/+2
2024-03-05Add `Waitable` traitChris Denton-10/+43
2024-03-05Windows: Implement mutex using futexChris Denton-0/+52