HomeSort by relevance Sort by last modified time
    Searched full:nworkers (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch-parallel.go 210 nworkers := *nCPU
211 if njobs < nworkers {
212 nworkers = njobs
214 workers := make([]*Kucher, nworkers)
  /prebuilts/go/linux-x86/test/bench/shootout/
fannkuch-parallel.go 210 nworkers := *nCPU
211 if njobs < nworkers {
212 nworkers = njobs
214 workers := make([]*Kucher, nworkers)
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
watchthreads.py 69 <div>Pool size: {{nworkers}}
70 {{if actual_workers > nworkers}}
71 + {{actual_workers-nworkers}} extra
205 nworkers = thread_pool.nworkers
227 nworkers=nworkers,
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 579 self, nworkers, name="ThreadPool", daemon=False,
591 Create thread pool with `nworkers` worker threads.
593 self.nworkers = nworkers
618 assert spawn_if_under <= nworkers, (
619 "spawn_if_under (%s) should be less than nworkers (%s)"
620 % (spawn_if_under, nworkers))
637 for i in range(self.nworkers):
675 if (len(self.workers) > self.nworkers
682 len(self.workers)-self.nworkers, len(self.idle_workers)
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 159 VPxWorker *workers, int nworkers,
167 const int num_workers = VPXMIN(nworkers, tile_cols);
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 1897 int nworkers, nactive; local
    [all...]

Completed in 590 milliseconds