about summary refs log tree commit diff
path: root/library/std/src/thread/local/tests.rs
AgeCommit message (Expand)AuthorLines
2025-01-26Move std::thread_local unit tests to integration testsbjorn3-376/+0
2024-10-02std: make `thread::current` available in all `thread_local!` destructorsjoboet-1/+32
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+3
2024-03-20SeqCst->Relaxed in thread local test.Mara Bos-8/+11
2023-01-09std test: better type name, clarifying commentRalf Jung-11/+11
2022-11-12avoid using channels in thread-local testsIbraheem Ahmed-22/+44
2021-06-20Squashed implementation of the passAlex Vlasov-1/+1
2021-05-06join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi-8/+9
2021-04-29Use atomics in join_orders_after_tls_destructors testMohsen Zohrevandi-34/+88
2021-04-21Ensure TLS destructors run before thread joins in SGXMohsen Zohrevandi-1/+54
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-46/+101
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+154