class PhusionPassenger::Utils::Lock

def unlock

def unlock
  raise if !@locked
  @mutex.unlock
  @locked = false
end