Home
last modified time | relevance | path

Searched refs:nworkers (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Demo/threads/
Dfind.py91 def run(self, nworkers): argument
94 for i in range(nworkers-1):
103 nworkers = 4
107 nworkers = string.atoi(arg)
116 wq.run(nworkers)
/external/libaom/libaom/av1/common/
Dthread_common.c405 AVxWorker *workers, int nworkers, in loop_filter_rows_mt() argument
423 const int num_workers = nworkers; in loop_filter_rows_mt()
853 AVxWorker *workers, int nworkers, in foreach_rest_unit_in_planes_mt() argument
874 const int num_workers = nworkers; in foreach_rest_unit_in_planes_mt()
/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c160 VPxWorker *workers, int nworkers, in loop_filter_rows_mt() argument
170 const int num_workers = VPXMIN(nworkers, VPXMIN(num_tile_cols, sb_rows)); in loop_filter_rows_mt()