Files
rust/library/std/src/sys/windows
bors fa0ca783f8 Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton
Optimize TLS on Windows

This implements the suggestion in the current TLS code to embed the linked list of destructors in the `StaticKey` structure to save allocations. Additionally, locking is avoided when no destructor needs to be run. By using one Windows-provided `Once` per key instead of a global lock, locking is more finely-grained (this unblocks #100579).
2022-10-13 06:49:29 +00:00
..
2021-03-26 12:38:26 +01:00
2021-08-08 22:11:29 +01:00
2022-06-28 12:18:16 +01:00
2022-08-31 18:25:00 +08:00
2020-07-27 19:51:13 -05:00
2022-08-18 10:34:40 +01:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00
2022-06-09 15:32:01 +02:00
2022-09-20 18:39:31 +01:00
2021-10-09 18:56:01 +02:00
2022-08-30 06:10:55 -07:00
2022-05-09 11:12:32 +02:00