global

def initialize

def initialize
  @waiting = []
  @locked = false;
  @waiting.taint
  self.taint
end