Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/multiprocessing/
Dpool.py267 task_batches = Pool._get_tasks(func, iterable, chunksize)
285 task_batches = Pool._get_tasks(func, iterable, chunksize)
315 task_batches = Pool._get_tasks(func, iterable, chunksize)
447 def _get_tasks(func, it, size): member in Pool
/external/python/cpython3/Lib/multiprocessing/
Dpool.py316 task_batches = Pool._get_tasks(func, iterable, chunksize)
345 task_batches = Pool._get_tasks(func, iterable, chunksize)
392 task_batches = Pool._get_tasks(func, iterable, chunksize)
525 def _get_tasks(func, it, size): member in Pool