Iros
 
Loading...
Searching...
No Matches
memory_order.h File Reference

Go to the source code of this file.

Namespaces

namespace  di
 
namespace  di::sync
 

Enumerations

enum class  di::sync::MemoryOrder : int {
  di::sync::Relaxed = __ATOMIC_RELAXED , di::sync::Consume = __ATOMIC_CONSUME , di::sync::Acquire = __ATOMIC_ACQUIRE , di::sync::Release = __ATOMIC_RELEASE ,
  di::sync::AcquireRelease = __ATOMIC_ACQ_REL , di::sync::SequentialConsistency = __ATOMIC_SEQ_CST
}
 
enum class  di::MemoryOrder