Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2399 class ProcessesMixin(object): class
2409 testcases_processes = create_test_cases(ProcessesMixin, type='processes')
2777 ProcessesMixin.pool = multiprocessing.Pool(4)
2803 ProcessesMixin.pool.terminate()
2807 del ProcessesMixin.pool, ThreadsMixin.pool, ManagerMixin.pool
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py1477 if isinstance(self, ProcessesMixin) and sys.platform != 'win32':
4850 class ProcessesMixin(BaseMixin): class