about summary refs log tree commit diff
path: root/library/std/src/sys/thread_local/key/unix.rs
AgeCommit message (Expand)AuthorLines
2025-05-23std: abort the process on failure to allocate a TLS keyjoboet-1/+3
2025-02-09Mark extern blocks as unsafeMichael Goulet-1/+1
2024-12-05Add libc funcitons only for wasm32-wasip1-threads.Sebastian Urban-1/+1
2024-12-03Use UNIX thread_local implementation for WASI.Sebastian Urban-0/+20
2024-06-25std: separate TLS key creation from TLS accessjoboet-0/+1
2024-06-15std: refactor the TLS implementationjoboet-0/+27