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

  /external/python/cpython2/Demo/threads/
find.py 14 # Usage: parfind.py [-w nworkers] [directory] ...
15 # Default nworkers is 4
30 # wq.run(nworkers)
91 def run(self, nworkers):
94 for i in range(nworkers-1):
103 nworkers = 4
107 nworkers = string.atoi(arg)
116 wq.run(nworkers)
  /external/libaom/libaom/av1/common/
thread_common.c 399 AVxWorker *workers, int nworkers,
416 const int num_workers = nworkers;
846 AVxWorker *workers, int nworkers,
867 const int num_workers = nworkers;
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 160 VPxWorker *workers, int nworkers,
170 const int num_workers = VPXMIN(nworkers, VPXMIN(num_tile_cols, sb_rows));

Completed in 3456 milliseconds