Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dpool.py265 task_batches = Pool._get_tasks(func, iterable, chunksize)
283 task_batches = Pool._get_tasks(func, iterable, chunksize)
313 task_batches = Pool._get_tasks(func, iterable, chunksize)
442 def _get_tasks(func, it, size): member in Pool