Searched refs:interrupt (Results 1 – 8 of 8) sorted by relevance
336 Thread.currentThread().interrupt(); in benchmarkAllModels()369 Thread.currentThread().interrupt(); in benchmarkAllModels()412 Thread.currentThread().interrupt(); in exitWithTimeout()
152 Thread.currentThread().interrupt(); in waitUntilCharged()236 Thread.currentThread().interrupt(); in join()
51 Thread.currentThread().interrupt(); in call()
61 Thread.currentThread().interrupt(); in call()
183 Thread.currentThread().interrupt(); in completedSuccessfully()
149 Thread.currentThread().interrupt(); in testResult()
179 Thread.currentThread().interrupt(); in setUp()
577 def interrupt(self): member in BaseTestClass617 self._timer = threading.Timer(timeout, self.interrupt)