class RSpec::Support::Mutex

def initialize

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