Searched refs:_afunc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_multiprocessing.py2386 def _afunc(x): function
2391 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])
/external/python/cpython3/Lib/test/
H A D_test_multiprocessing.py3273 def _afunc(x): function
3278 x = pool.map(_afunc, [1, 2, 3, 4, 5, 6, 7])

Completed in 118 milliseconds