Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2520 def pool_in_process(): function
2554 p = multiprocessing.Process(target=pool_in_process)
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py3912 def pool_in_process(): function
3947 p = multiprocessing.Process(target=pool_in_process)