Lines Matching refs:thread_count
17 def gather_stop_reply_fields(self, thread_count, field_names): argument
18 context, threads = self.launch_with_threads(thread_count)
41 def gather_stop_reply_threads(self, thread_count): argument
44 thread_count, ["threads"])["threads"]
51 def gather_stop_reply_pcs(self, thread_count): argument
52 results = self.gather_stop_reply_fields(thread_count, ["threads", "thread-pcs"])
153 thread_count = 5
156 stop_reply_threads = self.gather_stop_reply_threads(thread_count)
167 self.assertGreaterEqual(len(threads), thread_count)
177 thread_count = 5
180 results = self.gather_stop_reply_pcs(thread_count)
184 self.assertGreaterEqual(len(stop_reply_pcs), thread_count)