class Concurrent::Synchronization::LockableObject

def new_condition

def new_condition
  Condition.private_new(self)
end