Lines Matching refs:thread_status
150 for (auto thread_status : thread_list) { in TEST_F() local
151 if (thread_status.cf_name == "pikachu" && in TEST_F()
152 thread_status.db_name == "running") { in TEST_F()
153 running_count[thread_status.thread_type]++; in TEST_F()
174 for (auto thread_status : thread_list) { in TEST_F() local
175 if (thread_status.cf_name == "pikachu" && in TEST_F()
176 thread_status.db_name == "running") { in TEST_F()
177 running_count[thread_status.thread_type]++; in TEST_F()
193 for (auto thread_status : thread_list) { in UpdateStatusCounts() local
194 operation_counts[thread_status.operation_type]++; in UpdateStatusCounts()
195 state_counts[thread_status.state_type]++; in UpdateStatusCounts()