Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/multiprocessing/
Dpool.py47 def mapstar(args): function
364 return self._map_async(func, iterable, mapstar, chunksize).get()
416 mapstar,
444 mapstar,
465 return self._map_async(func, iterable, mapstar, chunksize, callback,
/external/python/cpython2/Lib/multiprocessing/
Dpool.py64 def mapstar(args): function
269 self._taskqueue.put((((result._job, i, mapstar, (x,), {})
287 self._taskqueue.put((((result._job, i, mapstar, (x,), {})
317 self._taskqueue.put((((result._job, i, mapstar, (x,), {})