Searched refs:pool (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
A D | checkkconfigsymbols.py | 276 pool = Pool(cpu_count(), init_worker) 286 for res in pool.map(parse_kconfig_files, arglist): 313 pool = Pool(cpu_count(), init_worker) 315 return check_symbols_helper(pool, ignore) 317 pool.terminate() 318 pool.join() 322 def check_symbols_helper(pool, ignore): argument 341 for res in pool.map(parse_source_files, arglist): 348 for res in pool.map(parse_kconfig_files, arglist):
|
/scripts/gdb/linux/ |
A D | stackdepot.py | 48 pool = stack_pools[pool_index] 49 …stack = (pool + gdb.Value(offset).cast(utils.get_size_t_type())).cast(stack_record_type.get_type()…
|
/scripts/clang-tools/ |
A D | run-clang-tools.py | 86 pool = multiprocessing.Pool(initializer=init, initargs=(lock, args)) 90 pool.map(run_analysis, datastore)
|
Completed in 4 milliseconds