class Concurrent::Synchronization::Condition

def initialize(lock)

def initialize(lock)
  super()
  @Lock = lock
end