rust/library/core/src/sync
Trevor Gross eb2a2f86bb Allow inlining for Atomic*::from_ptr
Currently this cannot be inlined, which among other things means it
can't be used in `compiler-builtins` [1]. These are trivial functions
that should be inlineable, so add `#[inline]`.

[1]: https://github.com/rust-lang/compiler-builtins/pull/790#issuecomment-2744371738
2025-03-21 20:51:06 +00:00
..
atomic.rs Allow inlining for Atomic*::from_ptr 2025-03-21 20:51:06 +00:00
exclusive.rs get rid of a whole bunch of unnecessary rustc_const_unstable attributes 2024-11-02 09:59:55 +01:00
mod.rs add tracking issue for exclusive 2022-06-23 08:52:13 -07:00