This is Unofficial EPICS BASE Doxygen Site
memory_order.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 boost
 

Enumerations

enum  boost::memory_order {
  boost::memory_order_relaxed = 0, boost::memory_order_acquire = 1, boost::memory_order_release = 2, boost::memory_order_acq_rel = 3,
  boost::memory_order_seq_cst = 7, boost::memory_order_consume = 8
}