Searched refs:thread_type_counts (Results 1 – 1 of 1) sorted by relevance
4109 unsigned int thread_type_counts[ThreadStatus::NUM_THREAD_TYPES]; in TEST_F() local4118 memset(thread_type_counts, 0, sizeof(thread_type_counts)); in TEST_F()4121 thread_type_counts[thread.thread_type]++; in TEST_F()4123 if (thread_type_counts[ThreadStatus::HIGH_PRIORITY] == in TEST_F()4125 thread_type_counts[ThreadStatus::LOW_PRIORITY] == in TEST_F()4127 thread_type_counts[ThreadStatus::BOTTOM_PRIORITY] == in TEST_F()4133 ASSERT_EQ(thread_type_counts[ThreadStatus::HIGH_PRIORITY], in TEST_F()4136 ASSERT_EQ(thread_type_counts[ThreadStatus::LOW_PRIORITY], in TEST_F()4139 ASSERT_EQ(thread_type_counts[ThreadStatus::BOTTOM_PRIORITY], in TEST_F()