Searched refs:mapstar (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 43 def mapstar(args): function 268 return self._map_async(func, iterable, mapstar, chunksize).get() 321 mapstar, 350 mapstar, 372 return self._map_async(func, iterable, mapstar, chunksize, callback,
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 64 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,), {})
|