HomeSort by relevance Sort by last modified time
    Searched full:_get_tasks (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 264 task_batches = Pool._get_tasks(func, iterable, chunksize)
282 task_batches = Pool._get_tasks(func, iterable, chunksize)
312 task_batches = Pool._get_tasks(func, iterable, chunksize)
429 def _get_tasks(func, it, size): member in class:Pool
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 264 task_batches = Pool._get_tasks(func, iterable, chunksize)
282 task_batches = Pool._get_tasks(func, iterable, chunksize)
312 task_batches = Pool._get_tasks(func, iterable, chunksize)
429 def _get_tasks(func, it, size): member in class:Pool

Completed in 152 milliseconds