Home | History | Annotate | Download | only in test

Lines Matching refs:threading

29     import threading
31 threading = None
479 @unittest.skipUnless(threading, 'This test requires threading.')
502 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
520 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
538 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
556 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
574 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
592 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
611 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
631 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})