Searched refs:_test_process (Results 1 – 3 of 3) sorted by relevance
79 def _test_process(self, process_path, crash_extensions): member in logging_CrashServices102 self._test_process(process_path,crash_extensions)
2510 def _test_process(q): function2549 proc = multiprocessing.Process(target=_test_process, args=(queue,))
3902 def _test_process(): function3942 proc = multiprocessing.Process(target=_test_process)