Home | History | Annotate | Download | only in logging

Lines Matching refs:threading

41     import threading
43 threading = None
67 # If you don't want threading information in the log, set this to zero
213 if threading:
214 _lock = threading.RLock()
298 if logThreads and threading:
299 self.thread = threading.get_ident()
300 self.threadName = threading.current_thread().name
802 if threading:
803 self.lock = threading.RLock()