Searched refs:_get_tasks (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 267 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/ |
D | pool.py | 411 task_batches = Pool._get_tasks(func, iterable, chunksize) 439 task_batches = Pool._get_tasks(func, iterable, chunksize) 484 task_batches = Pool._get_tasks(func, iterable, chunksize) 631 def _get_tasks(func, it, size): member in Pool
|