about summary refs log tree commit diff
path: root/library/std/src/thread/local
AgeCommit message (Expand)AuthorLines
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/+194