rust/library/std/src/sys
Matthias Krüger 96f4497f46
Rollup merge of #108507 - hermitcore:new, r=m-ou-se
use `as_ptr` to determine the address of atomics

The PR #107736 renamed  atomic `as_mut_ptr` to `as_ptr`. Consequently, the futex implementation of the tier-3 platform `RutyHermit` has to use this new interface. In addition, this PR removes also an unused import.
2023-03-13 21:55:35 +01:00
..
common Moved thread_local implementation to sys::common 2023-03-10 23:25:32 +05:30
hermit use as_ptr to determine the address of atomics 2023-02-27 09:59:57 +01:00
itron Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
sgx std: rename Parker::new to Parker::new_in_place, add safe Parker::new constructor for SGX 2022-12-30 15:49:47 +01:00
solid Rollup merge of #106372 - joboet:solid_id_parking, r=m-ou-se 2023-02-16 11:40:19 +05:30
unix Auto merge of #89518 - a1phyr:unix_file_vectored_at, r=workingjubilee 2023-03-04 05:26:35 +00:00
unsupported std: optimize LazyLock size 2023-01-26 16:16:03 +01:00
wasi Allow wasi-libc to initialize its environment variables lazily. 2023-02-09 19:03:42 -08:00
wasm std: use a more efficient Once on platforms without threads 2022-12-14 13:55:30 +01:00
windows Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDenton 2023-02-27 18:48:48 +01:00
mod.rs Split __thread_local_inner macro 2023-03-10 17:35:24 +05:30