Home | History | Annotate | Download | only in test

Lines Matching refs:threading

12 threading = support.import_module('threading')
54 class LoopbackHttpServerThread(threading.Thread):
58 threading.Thread.__init__(self)
60 self.ready = threading.Event()
279 @unittest.skipUnless(threading, "Threading required for this test.")
316 @unittest.skipUnless(threading, "Threading required for this test.")
437 @unittest.skipUnless(threading, "Threading required for this test.")