about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/key/windows.rs
AgeCommit message (Expand)AuthorLines
2025-05-23std: abort the process on failure to allocate a TLS keyjoboet-10/+7
2025-04-27use generic Atomic type where possibleChristopher Durham-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-07-15Remove DWORDChris Denton-2/+2
2024-06-25std: separate TLS key creation from TLS accessjoboet-28/+28
2024-06-15std: refactor the TLS implementationjoboet-0/+206