summaryrefslogtreecommitdiff
path: root/library/std/src/thread/local/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* std test: better type name, clarifying commentRalf Jung2023-01-091-11/+11
* avoid using channels in thread-local testsIbraheem Ahmed2022-11-121-22/+44
* Squashed implementation of the passAlex Vlasov2021-06-201-1/+1
* join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...Mohsen Zohrevandi2021-05-061-8/+9
* Use atomics in join_orders_after_tls_destructors testMohsen Zohrevandi2021-04-291-34/+88
* Ensure TLS destructors run before thread joins in SGXMohsen Zohrevandi2021-04-211-1/+54
* std: Add a variant of thread locals with const initAlex Crichton2021-04-161-46/+101
* std: move "mod tests/benches" to separate filesLzu Tao2020-08-311-0/+154