Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dpool.py411 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