Lines Matching refs:threading
45 import threading
47 threading = None
895 @unittest.skipUnless(threading, 'Threading required for this test.')
924 threads = [threading.Thread(target=f) for x in range(20)]
1193 @unittest.skipUnless(threading, 'Threading required for this test.')
1228 threads = [threading.Thread(target=f) for x in range(20)]
2398 @unittest.skipUnless(threading, 'Threading required for this test.')
2401 event = threading.Event()
2407 threads = [threading.Thread(target=lambda n=x: run(n))
2858 @unittest.skipUnless(threading, 'Threading required for this test.')
2869 t = threading.Thread(target=_read)
2973 @unittest.skipUnless(threading, 'Threading required for this test.')
2994 t = threading.Thread(target=_read)