Lines Matching refs:threading
47 import threading
49 threading = None
900 self.finished = threading.Event()
914 @unittest.skipUnless(threading, 'Threading required for this test.')
926 threading.Thread(target=self.tcpserver.serve_until_stopped)]
1857 @unittest.skipUnless(threading, 'listen() needs threading to work')
1961 @unittest.skipUnless(threading, 'Threading required for this test.')
1978 remover = threading.Thread(target=remove_loop, args=(fn, del_count))