Searched refs:StopThreadForTesting (Results 1 – 1 of 1) sorted by relevance
13 class StopThreadForTesting(Exception): class21 raise StopThreadForTesting25 self.assertRaises(StopThreadForTesting, stressor.wait)32 raise StopThreadForTesting57 raise StopThreadForTesting65 self.assertRaises(StopThreadForTesting, stressor.wait)79 raise StopThreadForTesting83 self.assertRaises(StopThreadForTesting, stressor.wait)100 raise StopThreadForTesting105 self.assertRaises(StopThreadForTesting, stressor.stop)