class Concurrent::MutexAtomicBoolean

def make_true

@!macro atomic_boolean_method_make_true
def make_true
  synchronize { ns_make_value(true) }
end