Searched refs:interrupt (Results 1 – 11 of 11) sorted by relevance
324 Thread.currentThread().interrupt(); in benchmarkAllModels()357 Thread.currentThread().interrupt(); in benchmarkAllModels()401 Thread.currentThread().interrupt(); in exitWithTimeout()
148 Thread.currentThread().interrupt(); in waitUntilCharged()224 Thread.currentThread().interrupt(); in join()
51 Thread.currentThread().interrupt(); in call()
61 Thread.currentThread().interrupt(); in call()
182 Thread.currentThread().interrupt(); in completedSuccessfully()
173 runUtil.interrupt(testThread, "unit test"); in testInterrupt()
153 Thread.currentThread().interrupt(); in testResult()
211 mExecutionThread.interrupt(); in cancel()
337 Thread.currentThread().interrupt(); in waitForBackupInitialization()
420 testThread.interrupt();
577 def interrupt(self): member in BaseTestClass617 self._timer = threading.Timer(timeout, self.interrupt)