Lines Matching refs:threading
12 import threading
14 threading = None
19 if threading:
20 class echo_server(threading.Thread):
26 threading.Thread.__init__(self)
94 event = threading.Event()
103 @unittest.skipUnless(threading, 'Threading required for this test.')
114 event = threading.Event()
218 s.start_resend_event = threading.Event()