rust/src/libcore/sync
willmo e769deca99
Add #[repr(transparent)] to Atomic* types
This allows them to be used in #[repr(C)] structs without warnings. Since rust-lang/rfcs#1649 and rust-lang/rust#35603 they are already documented to have "the same in-memory representation as" their corresponding primitive types. This just makes that explicit.
2018-07-07 20:09:34 -07:00
..
atomic.rs Add #[repr(transparent)] to Atomic* types 2018-07-07 20:09:34 -07:00
mod.rs core: Move atomic into a new sync module 2015-08-17 14:03:32 -07:00