MCPcopy Create free account
hub / github.com/apache/impala / processing_fn

Function processing_fn

bin/dump_breakpad_symbols.py:386–387  ·  view source on GitHub ↗
(binary)

Source from the content-addressed store, hash-verified

384 thread_pool = ThreadPool(processes=args.num_processes)
385
386 def processing_fn(binary):
387 return process_binary(dump_syms, objcopy, binary, args.dest_dir)
388
389 for result in thread_pool.imap_unordered(processing_fn, enumerate_binaries(args)):
390 if not result:

Callers

nothing calls this directly

Calls 1

process_binaryFunction · 0.85

Tested by

no test coverage detected