rust/library/std/src/thread
Dylan DPC b30e428689
Rollup merge of #84409 - mzohreva:mz/tls-dtors-before-join, r=jethrogb
Ensure TLS destructors run before thread joins in SGX

The excellent test is from ```@jethrogb```

For context see: https://github.com/rust-lang/rust/pull/83416#discussion_r617282907
2021-05-07 00:38:33 +02:00
..
local join_orders_after_tls_destructors: ensure thread 2 is launched before thread 1 enters TLS destructors 2021-05-06 09:36:26 -07:00
available_concurrency.rs Use io::Error::new_const everywhere to avoid allocations. 2021-03-21 20:22:38 +01:00
local.rs Change 'NULL' to 'null' 2021-05-02 17:46:00 -06:00
mod.rs Replace all fmt.pad with debug_struct 2021-04-21 14:38:24 +02:00
tests.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00