Searched refs:_afunc (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 2517 def _afunc(x): function 2522 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 3909 def _afunc(x): function 3914 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])
|