Lines Matching defs:threading
42 import threading68 self.lock = threading.Lock()85 # That way -j1 avoids threading altogether which is a nice fallback86 # in case of threading problems.88 thread = threading.Thread(target=self.RunSingle, args=[])