Searched refs:launch_with_threads (Results 1 – 4 of 4) sorted by relevance
58 _, threads = self.launch_with_threads(self.THREAD_COUNT)
18 context, threads = self.launch_with_threads(thread_count)
356 _, threads = self.launch_with_threads(3)387 _, threads = self.launch_with_threads(2)1111 _, threads = self.launch_with_threads(3)
775 def launch_with_threads(self, thread_count): member in GdbRemoteTestCaseBase