Searched defs:_TestProcess (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py179 class _TestProcess(BaseTestCase): class in inherits:BaseTestCase
2296 def _TestProcess(q): function
2335 proc = multiprocessing.Process(target=_TestProcess, args=(queue,))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_multiprocessing.py179 class _TestProcess(BaseTestCase): class in inherits:BaseTestCase
2296 def _TestProcess(q): function
2335 proc = multiprocessing.Process(target=_TestProcess, args=(queue,))

Completed in 26 milliseconds