Home | History | Annotate | Download | only in test

Lines Matching refs:threading

27     import threading
29 threading = None
506 @unittest.skipUnless(threading, 'This test requires threading.')
529 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
547 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
565 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
583 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
601 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
619 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
638 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
658 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})