HomeSort by relevance Sort by last modified time
    Searched refs:max_concurrent_jobs (Results 1 - 2 of 2) sorted by null

  /external/skia/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 72 possible (with respect of |max_concurrent_jobs|) and enqueue all the requests
78 In the case of a very eager producer (i.e. all |max_concurrent_jobs| instances
87 max_concurrent_jobs=None, addr2line_timeout=30, max_queue_size=50,
99 max_concurrent_jobs: Max number of addr2line instances spawned.
123 self.max_concurrent_jobs = (max_concurrent_jobs or
128 self._a2l_instances = [] # Up to |max_concurrent_jobs| _Addr2Line inst.
142 # (up to |max_concurrent_jobs|) depending on the rate of the requests.
166 # (i.e. < |max_concurrent_jobs|) create a new instance.
167 # 3. If there were already |max_concurrent_jobs| instances and all of the
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
elf_symbolizer.py 72 possible (with respect of |max_concurrent_jobs|) and enqueue all the requests
78 In the case of a very eager producer (i.e. all |max_concurrent_jobs| instances
87 max_concurrent_jobs=None, addr2line_timeout=30, max_queue_size=50,
99 max_concurrent_jobs: Max number of addr2line instances spawned.
123 self.max_concurrent_jobs = (max_concurrent_jobs or
128 self._a2l_instances = [] # Up to |max_concurrent_jobs| _Addr2Line inst.
142 # (up to |max_concurrent_jobs|) depending on the rate of the requests.
166 # (i.e. < |max_concurrent_jobs|) create a new instance.
167 # 3. If there were already |max_concurrent_jobs| instances and all of the
    [all...]

Completed in 143 milliseconds