Searched refs:pool (Results 1 – 1 of 1) sorted by relevance
274 pool = Pool(cpu_count(), init_worker)284 for res in pool.map(parse_kconfig_files, arglist):311 pool = Pool(cpu_count(), init_worker)313 return check_symbols_helper(pool, ignore)315 pool.terminate()316 pool.join()320 def check_symbols_helper(pool, ignore): argument339 for res in pool.map(parse_source_files, arglist):346 for res in pool.map(parse_kconfig_files, arglist):