about summary refs log tree commit diff
path: root/library/std/src/sys/pal/windows/futex.rs
AgeCommit message (Expand)AuthorLines
2025-04-27use generic Atomic type where possibleChristopher Durham-6/+6
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2024-10-17Abstract the state type for futexesPaul Menage-15/+20
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
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