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.type
object Acquire.type
object Monotonic.type
object Release.type
object SeqCst.type
object Unordered.type
Show all

Members list

Value members

Concrete methods

final def show: String

A textual representation of this.

A textual representation of this.

Attributes