Lines Matching refs:threading
17 import threading
19 threading = None
25 if threading:
26 class echo_server(threading.Thread):
32 threading.Thread.__init__(self)
99 event = threading.Event()
108 @unittest.skipUnless(threading, 'Threading required for this test.')
119 event = threading.Event()
235 s.start_resend_event = threading.Event()