template<typename T, size_t S>
struct tbb::internal::machine_load_store_relaxed< T, S >
Volatile should not incur any additional cost on IA32, Intel64, and Sparc TSO architectures. However on architectures with weak memory ordering compiler may generate code with acquire/release semantics for operations on volatile data.
The documentation for this struct was generated from the following file: