Searched refs:ProcessesMixin (Results 1 – 2 of 2) sorted by relevance
2399 class ProcessesMixin(object): class2409 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
1477 if isinstance(self, ProcessesMixin) and sys.platform != 'win32':4850 class ProcessesMixin(BaseMixin): class