rust/library/std/src/thread
Alex Crichton 75df635cb8 std: Don't inline TLS accessor on MinGW
This is causing [issues] on Cargo's own CI for MinGW and given the
original investigation there's no reason that MinGW should work when
MSVC doesn't, this this tweaks the MSVC exception to being a Windows exception.

[issues]: https://github.com/rust-lang/cargo/runs/2626676503?check_suite_focus=true#step:9:2453
2021-05-20 12:45:05 -07: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 std: Don't inline TLS accessor on MinGW 2021-05-20 12:45:05 -07: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