SourcePro® 2023.1 |
SourcePro® API Reference Guide |
Classes in this group provide abstractions for performing atomic operations on integral types.
Classes | |
class | RWAtomicFlag |
Atomically sets and clears a bit flag. More... | |
class | RWTAtomic< T > |
Atomically manipulates an integral type. More... | |
class | RWTAtomic< T * > |
Atomically manipulates a pointer type. More... | |
Enumerations | |
enum | RWAtomicMemoryOrder { rw_mem_order_relaxed, rw_mem_order_consume, rw_mem_order_acquire, rw_mem_order_release, rw_mem_order_acq_rel, rw_mem_order_seq_cst } |
enum RWAtomicMemoryOrder |
Specifies the ordering semantics of atomic operations. Specifying memory ordering semantics indicates the minimum ordering constraints on the operation. Implementations may impose stricter ordering constraints.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |