MemoryOrder

scala.scalanative.nir.MemoryOrder
See theMemoryOrder companion object
sealed abstract class MemoryOrder(val tag: Int)

An atomic memory ordering constraints.

Atomic instructions take ordering parameters specifying with which other instructions they synchronize.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AcqRel
object Acquire
object Monotonic
object Release
object SeqCst
object Unordered
Show all

Members list

Value members

Concrete methods

final def show: String

A textual representation of this.

A textual representation of this.

Attributes