Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py2427 class ThreadsMixin(object): class
2437 testcases_threads = create_test_cases(ThreadsMixin, type='threads')
2778 ThreadsMixin.pool = multiprocessing.dummy.Pool(4)
2802 ThreadsMixin.pool.terminate()
2807 del ProcessesMixin.pool, ThreadsMixin.pool, ManagerMixin.pool
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py4935 class ThreadsMixin(BaseMixin): class