Searched refs:threads (Results 1 – 3 of 3) sorted by relevance
241 def __init__(self, tgt, src=None, threads=None, version=4, argument243 if threads is None:244 threads = multiprocessing.cpu_count() // 2245 if threads == 0:246 threads = 1247 self.threads = threads1134 if self.threads > 1:1135 logger.info("Computing patches (using %d threads)...", self.threads)1203 threads = [threading.Thread(target=diff_worker)1204 for _ in range(self.threads)][all …]
3054 threads = [threading.Thread(target=worker)3056 for th in threads:3058 while threads:3059 threads.pop().join()3078 b = BlockImageDiff(tgt, src, threads=OPTIONS.worker_threads,
86 "${XZ}" --keep --block-size=64k --threads=0 "${outfile}.mini_debuginfo"