Home | History | Annotate | Download | only in tools

Lines Matching refs:threading

42 import threading
68 self.lock = threading.Lock()
85 # That way -j1 avoids threading altogether which is a nice fallback
86 # in case of threading problems.
88 thread = threading.Thread(target=self.RunSingle, args=[])