Home | History | Annotate | Download | only in test

Lines Matching refs:threading

28     import threading
30 threading = None
478 @unittest.skipUnless(threading, 'This test requires threading.')
501 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
519 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
537 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
555 t = threading.Thread(target=run, kwargs={"con": self.con, "errors": errors})
573 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
591 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
610 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})
630 t = threading.Thread(target=run, kwargs={"cur": self.cur, "errors": errors})