Lines Matching refs:threading
8 import threading10 threading = None15 if threading:16 class echo_server(threading.Thread):22 threading.Thread.__init__(self)90 event = threading.Event()99 @unittest.skipUnless(threading, 'Threading required for this test.')110 event = threading.Event()214 s.start_resend_event = threading.Event()