Home | History | Annotate | Download | only in test

Lines Matching refs:threading

49     import threading
51 threading = None
902 self.finished = threading.Event()
916 @unittest.skipUnless(threading, 'Threading required for this test.')
928 threading.Thread(target=self.tcpserver.serve_until_stopped)]
1841 @unittest.skipUnless(threading, 'listen() needs threading to work')
1945 @unittest.skipUnless(threading, 'Threading required for this test.')
1962 remover = threading.Thread(target=remove_loop, args=(fn, del_count))