Searched refs:ExceptionProcess (Results 1 - 1 of 1) sorted by relevance
/gem5/ext/testlib/ | ||
H A D | sandbox.py | 139 class ExceptionProcess(multiprocessing.Process): class in inherits:multiprocessing.Process 155 super(ExceptionProcess, self).run() 176 self.p = ExceptionProcess(target=self.entrypoint) |
Completed in 4 milliseconds