Searched refs:complete_counter (Results 1 – 1 of 1) sorted by relevance
2891 int* complete_counter) { in SetOnTaskHandlers() argument2899 complete_counter)); in SetOnTaskHandlers()2913 int complete_counter = 0; in TEST_P() local2915 SetOnTaskHandlers(runners_[0], &start_counter, &complete_counter); in TEST_P()2923 EXPECT_EQ(complete_counter, 3); in TEST_P()2934 EXPECT_EQ(complete_counter, 3); in TEST_P()2941 int complete_counter = 0; in TEST_P() local2944 SetOnTaskHandlers(runners_[0], &start_counter, &complete_counter); in TEST_P()2952 EXPECT_EQ(complete_counter, 2); in TEST_P()2962 EXPECT_EQ(complete_counter, 2); in TEST_P()[all …]