Files
rust/library/std/src
León Orell Valerian Liehr ce8d241396 Rollup merge of #133472 - rust-wasi-web:master, r=joboet
Run TLS destructors for wasm32-wasip1-threads

The target wasm32-wasip1-threads has support for pthreads and allows registration of TLS destructors.

For spawned threads, this registers Rust TLS destructors by creating a pthreads key with an attached destructor function.
For the main thread, this registers an `atexit` handler to run the TLS destructors.

try-job: test-various
2024-12-10 08:55:57 +01:00
..
2024-12-03 07:52:01 +01:00
2024-07-29 08:26:52 +10:00
2024-11-27 12:10:21 +00:00
2024-11-02 11:27:14 +01:00
2024-11-12 15:08:41 -06:00
2024-07-29 08:26:52 +10:00
2024-12-05 00:26:13 +00:00
2024-12-05 21:48:01 +01:00
2024-08-01 15:38:51 -04:00
2024-10-22 20:18:11 -04:00