class Concurrent::Synchronization::AbstractObject

@!macro internal_implementation_note
@!visibility private

def self.attr_volatile(*names)

def self.attr_volatile(*names)
  raise NotImplementedError
end

def full_memory_barrier

Other tags:
    Abstract: -
def full_memory_barrier
  raise NotImplementedError
end

def initialize

def initialize
  # nothing to do
end