SeqCst
scala.scalanative.nir.MemoryOrder$.SeqCst$
case object SeqCst extends MemoryOrder
In addition to the guarantees of AcqRel
, there is a global total order on all sequentially-consistent operations on all addresses, which is consistent with the happens-before partial order and with the modification orders of all the affected addresses.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass MemoryOrderclass Objecttrait Matchableclass Any
- Self type
-
SeqCst.type
Members list
In this article